mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 06:38:36 -05:00
Turns out "hostId" is not a good unique host identifier in openstack.
Switching to use "id" instead.
This commit is contained in:
@@ -531,7 +531,7 @@ OPENSTACK_ENABLED_VALUE = 'ACTIVE'
|
||||
OPENSTACK_GROUP_FILTER = r'^.+$'
|
||||
OPENSTACK_HOST_FILTER = r'^.+$'
|
||||
OPENSTACK_EXCLUDE_EMPTY_GROUPS = True
|
||||
OPENSTACK_INSTANCE_ID_VAR = "hostId"
|
||||
OPENSTACK_INSTANCE_ID_VAR = "id"
|
||||
|
||||
# ---------------------
|
||||
# -- Activity Stream --
|
||||
|
||||
Reference in New Issue
Block a user