Working GCE inventory sync.

This commit is contained in:
Luke Sneeringer
2014-07-23 11:10:36 -05:00
parent 5df7833038
commit a1059dabae
6 changed files with 6 additions and 5 deletions

View File

@@ -434,6 +434,7 @@ GCE_ENABLED_VALUE = 'running'
GCE_GROUP_FILTER = r'^.+$'
GCE_HOST_FILTER = r'^.+$'
GCE_EXCLUDE_EMPTY_GROUPS = True
GCE_INSTANCE_ID_VAR = None
# ---------------------