diff --git a/src/vmm_mad/remotes/lib/vcenter_driver/virtual_machine_monitor/vm_monitor.rb b/src/vmm_mad/remotes/lib/vcenter_driver/virtual_machine_monitor/vm_monitor.rb index 18f30ae429..5d5ec3c524 100644 --- a/src/vmm_mad/remotes/lib/vcenter_driver/virtual_machine_monitor/vm_monitor.rb +++ b/src/vmm_mad/remotes/lib/vcenter_driver/virtual_machine_monitor/vm_monitor.rb @@ -459,7 +459,7 @@ module VirtualMachineMonitor str_info << 'VCENTER_ESX_HOST="' << esx_host << '" ' str_info << 'VCENTER_GUEST_STATE=' << guest_state << ' ' - str_info << 'VCENTER_VM_NAME=' << vm_name << ' ' + str_info << 'VCENTER_VM_NAME="' << vm_name << '" ' str_info << 'VCENTER_VMWARETOOLS_RUNNING_STATUS=' << vmware_tools << ' ' str_info << 'VCENTER_VMWARETOOLS_VERSION=' << vmtools_ver << ' ' str_info << 'VCENTER_VMWARETOOLS_VERSION_STATUS=' \