mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Co-authored-by: mouyaq <amoya@opennebula.io>
This commit is contained in:
parent
152d82647d
commit
50c3bef3ea
@ -1220,10 +1220,11 @@ module DomainList
|
||||
vms = vcm.fetch_vms_state
|
||||
info = {}
|
||||
vms.each do |vm|
|
||||
info[vm[:uuid]] = { :id => vm[:id],
|
||||
:uuid => vm[:uuid],
|
||||
:name => vm[:deploy_id],
|
||||
:state => vm[:state],
|
||||
info[vm[:uuid]] = { :id => vm[:id],
|
||||
:uuid => vm[:uuid],
|
||||
:name => vm[:name],
|
||||
:deploy_id => vm[:deploy_id],
|
||||
:state => vm[:state],
|
||||
:hyperv => 'vcenter' }
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user