mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Lint
This commit is contained in:
parent
09e9b6ea95
commit
4a141c0f89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user