Fix some venv issues related to the new dev env

This commit is contained in:
Matthew Jones
2016-08-30 14:20:41 -04:00
parent f66fa6fb7c
commit 116e40dbe7
2 changed files with 4 additions and 4 deletions

View File

@@ -71,9 +71,9 @@ include(optional('/etc/tower/settings.py'), scope=locals())
include(optional('/etc/tower/conf.d/*.py'), scope=locals())
ANSIBLE_USE_VENV = True
ANSIBLE_VENV_PATH = "/tower_devel/venv/ansible"
ANSIBLE_VENV_PATH = "/venv/ansible"
TOWER_USE_VENV = True
TOWER_VENV_PATH = "/tower_devel/venv/tower"
TOWER_VENV_PATH = "/venv/tower"
# 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