1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Typo in oneflow output. Thanks to Mohd Nizam

This commit is contained in:
Carlos Martín 2013-11-26 11:33:17 +01:00
parent 8de607c889
commit 31faef8b04

View File

@ -251,7 +251,7 @@ def show_service(client, args, options)
puts str % ["ROLE STATE", Role.state_str(role['state'])]
puts str % ["PARENTS", role['parents'].join(', ')] if role['parents']
puts str % ["VM TEMPLATE", role['vm_template']]
puts str % ["CARNIDALITY", role['cardinality']]
puts str % ["CARDINALITY", role['cardinality']]
puts str % ["MIN VMS", role['min_vms']] if role['min_vms']
puts str % ["MAX VMS", role['max_vms']] if role['max_vms']
puts str % ["COOLDOWN", "#{role['cooldown']}s"] if role['cooldown']