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 28cf54b..e8f9b26 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 @@ -193,7 +193,7 @@ echo "$0 $@" # Setup the environment set -x export PATH=/usr/lib/ccache:$PATH -export PIP_DOWNLOAD_CACHE=$PIP_CACHE_DIR +#export PIP_DOWNLOAD_CACHE=$PIP_CACHE_DIR #export PIP_INDEX_URL="http://www.rcbops.com/pypi/mirror" export PIP_INDEX_URL="http://pypi.openstack.org/simple/" export PIP_EXTRA_INDEX_URL="https://pypi.python.org/simple/"