From d985f0783863b965777689d907aba4b02b8db8e0 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Mon, 19 Dec 2016 17:12:52 -0500 Subject: [PATCH] use vmware uuid that is most unique --- awx/settings/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/settings/defaults.py b/awx/settings/defaults.py index 83f3e2d90a..f1e51a698e 100644 --- a/awx/settings/defaults.py +++ b/awx/settings/defaults.py @@ -667,7 +667,7 @@ VMWARE_ENABLED_VAR = 'guest.gueststate' VMWARE_ENABLED_VALUE = 'running' # Inventory variable name containing the unique instance ID. -VMWARE_INSTANCE_ID_VAR = 'config.uuid' +VMWARE_INSTANCE_ID_VAR = 'config.instanceuuid' # Filter for allowed group and host names when importing inventory # from VMware.