From a003f9e3c4e77302fae88a45cdf70ff3cc101bfe Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Thu, 7 Aug 2014 18:06:39 +1000 Subject: Disable site packages The site packages were causing errors with setuptools and oslo.messaging Change-Id: Id9ff0835323d242b95e94a8ae9d42676d72b036d --- turbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh b/turbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh index ee9c83c..f621cf0 100755 --- a/turbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh +++ b/turbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh @@ -209,8 +209,8 @@ export WORKON_HOME=/var/lib/turbo-hipster/envs VENV_PATH=$WORKON_HOME/$1 rm -rf $VENV_PATH source /usr/local/bin/virtualenvwrapper.sh -mkvirtualenv $1 -toggleglobalsitepackages +mkvirtualenv --no-site-packages $1 +#toggleglobalsitepackages export PYTHONPATH=$PYTHONPATH:$3 if [ ! -e $VENV_PATH ] -- cgit v1.2.1