e2eccc4a26
If used will set two environment variables to allow a common virtual environment to be used with --system-site-packages enabled so that Nova can pull in python-libvirt. Change-Id: I8151e2fb9aff322dbe2ffc5982f341120dba6c6c
7 lines
227 B
Bash
7 lines
227 B
Bash
export OPENSTACK_VENV_DIR="/opt/stack/venvs/openstack"
|
|
|
|
# Install Nova in its own venv since it uses
|
|
# --system-site-packages and it is probably best
|
|
# to keep that isolated for now
|
|
export NOVA_VENV_DIR="/opt/stack/venvs/nova"
|