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:
parent
b6a536e8fb
commit
4176c2e546
@ -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}\"]"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user