This commit is contained in:
Frank Klaassen 2015-04-07 19:34:42 +02:00 committed by rallytime
parent 09e9b6ea95
commit 4a141c0f89

View File

@ -412,7 +412,7 @@ def list_nodes(call=None):
ret[vm_name] = {}
ret[vm_name]['id'] = str(vm_details['vmid'])
ret[vm_name]['image'] = str(vm_details['vmid'])
ret[vm_name]['size'] = str(vm_details['disk']) # was underneath 'config' earlier?
ret[vm_name]['size'] = str(vm_details['disk'])
ret[vm_name]['state'] = str(vm_details['status'])
# Figure out which is which to put it in the right column