mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
Merge branch 'openstack_inventory_support' into upstream_master
* openstack_inventory_support: Use inventory_source source_vars to control what address we use for ansible_ssh_host Some small changes to tower openstack work
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 = None
|
||||
OPENSTACK_INSTANCE_ID_VAR = "hostId"
|
||||
|
||||
# ---------------------
|
||||
# -- Activity Stream --
|
||||
|
||||
Reference in New Issue
Block a user