track azure vm by unique identifier

This commit is contained in:
Chris Meyers
2015-04-22 07:05:36 -04:00
parent 754b004c24
commit bbd1f41471
2 changed files with 3 additions and 2 deletions

View File

@@ -521,7 +521,7 @@ AZURE_ENABLED_VALUE = 'ReadyRole'
AZURE_GROUP_FILTER = r'^.+$'
AZURE_HOST_FILTER = r'^.+$'
AZURE_EXCLUDE_EMPTY_GROUPS = True
AZURE_INSTANCE_ID_VAR = None
AZURE_INSTANCE_ID_VAR = 'private_id'
# ---------------------