Included openstack inventory script from core + changes from some open PRs, fixes to be able to use without custom changes for tower.

This commit is contained in:
Chris Church
2015-06-11 17:17:21 -04:00
parent dfe4e0c694
commit 4607972135
5 changed files with 97 additions and 41 deletions

View File

@@ -534,7 +534,7 @@ OPENSTACK_ENABLED_VALUE = 'ACTIVE'
OPENSTACK_GROUP_FILTER = r'^.+$'
OPENSTACK_HOST_FILTER = r'^.+$'
OPENSTACK_EXCLUDE_EMPTY_GROUPS = True
OPENSTACK_INSTANCE_ID_VAR = "id"
OPENSTACK_INSTANCE_ID_VAR = 'openstack.id'
# ---------------------
# -- Activity Stream --