1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-27 10:50:10 +03:00

Add VM_NAME to vcenter monitor probe with real name rather than uuid

This commit is contained in:
Tino Vazquez 2015-02-11 11:44:58 +01:00
parent b6a536e8fb
commit 4176c2e546

View File

@ -625,6 +625,7 @@ class VCenterHost < ::OpenNebula::Host
str_info << "\nVM = ["
str_info << "ID=#{number},"
str_info << "DEPLOY_ID=\"#{vm.vm.config.uuid}\","
str_info << "VM_NAME=\"#{name}\","
str_info << "POLL=\"#{vm.info}\"]"
}