update TOWER_VENV_PATH setting to new awx location

This commit is contained in:
AlanCoding 2017-07-24 12:13:46 -04:00
parent f175fbba23
commit 6e3978fe66
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ include(optional('/etc/tower/settings.py'), scope=locals())
include(optional('/etc/tower/conf.d/*.py'), scope=locals())
ANSIBLE_VENV_PATH = "/venv/ansible"
TOWER_VENV_PATH = "/venv/tower"
TOWER_VENV_PATH = "/venv/awx"
# If any local_*.py files are present in awx/settings/, use them to override
# default settings for development. If not present, we can still run using

View File

@ -46,7 +46,7 @@ SCHEDULE_METADATA_LOCATION = '/var/lib/awx/.tower_cycle'
ANSIBLE_VENV_PATH = "/var/lib/awx/venv/ansible"
# Tower base virtualenv paths and enablement
TOWER_VENV_PATH = "/var/lib/awx/venv/tower"
TOWER_VENV_PATH = "/var/lib/awx/venv/awx"
AWX_ISOLATED_USERNAME = 'awx'