diff --git a/src/im_mad/remotes/lib/vcenter.rb b/src/im_mad/remotes/lib/vcenter.rb index 6ea4b6bed1..af0950352f 100644 --- a/src/im_mad/remotes/lib/vcenter.rb +++ b/src/im_mad/remotes/lib/vcenter.rb @@ -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