mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Merge pull request #22414 from syphernl/fix/proxmox_kvm
Cloud: Do not look for disk underneath config in Proxmox driver
This commit is contained in:
commit
ff04f1030e
@ -416,7 +416,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['config']['disk'])
|
||||
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