Install additional pacakges into venvs

Populate ADDITIONAL_VENV_PACKAGES on target side so venvs get
the packages they need.

Depends-On: I9cf298b936fd10c95e2ce5f51aab0d49d4b7f37f
Change-Id: Icc324fe6b0a8464027a624f9773030d08ca7c176
This commit is contained in:
Dean Troyer 2015-03-19 10:41:44 -05:00 committed by Dan Smith
parent df2c32b44a
commit 78c87114a4
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ if [[ -n ${WHEELHOUSE:-} && ! -d ${WHEELHOUSE:-} ]]; then
WHEELHOUSE=$WHEELHOUSE $TARGET_DEVSTACK_DIR/tools/build_wheels.sh
fi
# Find additional Python packages for venvs
install_database_python
# Set up Screen
# =============