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

L #-: Linting for vCenter vm_monitor

This commit is contained in:
Tino Vazquez 2020-05-12 11:47:03 +02:00
parent 0a72628318
commit aab5ffd72a
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -460,7 +460,8 @@ module VirtualMachineMonitor
str_info << 'VCENTER_ESX_HOST="' << esx_host << '" ' << "\n"
str_info << 'VCENTER_GUEST_STATE=' << guest_state << "\n"
str_info << 'VCENTER_VM_NAME="' << vm_name << '" ' << "\n"
str_info << 'VCENTER_VMWARETOOLS_RUNNING_STATUS=' << vmware_tools << "\n"
str_info << 'VCENTER_VMWARETOOLS_RUNNING_STATUS=' \
<< vmware_tools << "\n"
str_info << 'VCENTER_VMWARETOOLS_VERSION=' << vmtools_ver << "\n"
str_info << 'VCENTER_VMWARETOOLS_VERSION_STATUS=' \
<< vmtools_verst << "\n"