Rename the TOWER_ settings

This commit is contained in:
Alan Rominger 2021-06-17 15:37:06 -04:00 committed by Shane McDonald
parent ead7907173
commit 6db4732bf3
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -680,10 +680,10 @@ RHV_INSTANCE_ID_VAR = 'id'
# ---------------------
# ----- Tower -----
# ---------------------
TOWER_ENABLED_VAR = 'remote_tower_enabled'
TOWER_ENABLED_VALUE = 'true'
TOWER_EXCLUDE_EMPTY_GROUPS = True
TOWER_INSTANCE_ID_VAR = 'remote_tower_id'
CONTROLLER_ENABLED_VAR = 'remote_tower_enabled'
CONTROLLER_ENABLED_VALUE = 'true'
CONTROLLER_EXCLUDE_EMPTY_GROUPS = True
CONTROLLER_INSTANCE_ID_VAR = 'remote_tower_id'
# ---------------------
# ----- Foreman -----