summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-02-24 05:33:27 +0000
committerGerrit Code Review <review@openstack.org>2015-02-24 05:33:27 +0000
commit7dfd8a435592cc4cf02d73707e803a3e902346e7 (patch)
tree3eea6669a2e848bc5267998c41339cbe55d4049f
parentc7ad685ead062751d71dadd727d62cf7657c5704 (diff)
parentf924677d541317150f0763f680cb6d9d921380bf (diff)
downloadturbo-hipster-7dfd8a435592cc4cf02d73707e803a3e902346e7.tar.gz
Merge "Remove depreciated download cache"
-rwxr-xr-xturbo_hipster/task_plugins/real_db_upgrade/nova_mysql_migrations.sh2
1 files changed, 1 insertions, 1 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 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/"