f5360ff14f
Currently install_venv.py and with_venv.sh create virtual environment in .venv directory and there is no way to specify the virtual environment path explicitly. This has been fixed in oslo-incubator. This patch sync those virtual environment scripts from oslo-incubator. Also make run_test.sh and run_tempest.sh scripts to use 'VENV' env variable. Change-Id: I55311cff4dea1f6c5adaa2a6d51eeee2f6cc71ea Closes-Bug: 1370086
11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=install_venv_common
|
|
module=versionutils
|
|
module=with_venv
|
|
module=install_venv
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=tempest
|