code logic fix and vmware active var updated

This commit is contained in:
Chris Meyers
2016-12-19 17:08:27 -05:00
parent 139d80bcbb
commit 2f9a5409c3
2 changed files with 4 additions and 4 deletions

View File

@@ -663,8 +663,8 @@ VMWARE_REGIONS_BLACKLIST = []
# Inventory variable name/values for determining whether a host is
# active in vSphere.
VMWARE_ENABLED_VAR = 'vmware_powerState'
VMWARE_ENABLED_VALUE = 'poweredOn'
VMWARE_ENABLED_VAR = 'guest.gueststate'
VMWARE_ENABLED_VALUE = 'running'
# Inventory variable name containing the unique instance ID.
VMWARE_INSTANCE_ID_VAR = 'vmware_uuid'