model and task support for launching openstack inventory updates

This commit is contained in:
Matthew Jones
2015-04-13 15:05:58 -04:00
parent c1dc55fceb
commit 6525120c15
7 changed files with 31 additions and 3 deletions

View File

@@ -522,6 +522,15 @@ AZURE_HOST_FILTER = r'^.+$'
AZURE_EXCLUDE_EMPTY_GROUPS = True
AZURE_INSTANCE_ID_VAR = None
# ---------------------
# ----- OpenStack -----
# ---------------------
OPENSTACK_ENABLED_VAR = 'status'
OPENSTACK_ENABLED_VALUE = 'ACTIVE'
OPENSTACK_GROUP_FILTER = r'^.+$'
OPENSTACK_HOST_FILTER = r'^.+$'
OPENSTACK_EXCLUDE_EMPTY_GROUPS = True
OPENSTACK_INSTANCE_ID_VAR = None
# ---------------------
# -- Activity Stream --