summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2015-02-24 16:23:32 +1100
committerJoshua Hesketh <josh@nitrotech.org>2015-02-24 16:23:32 +1100
commitf924677d541317150f0763f680cb6d9d921380bf (patch)
tree6bd5c718551edafc0c773aeac21991a59701cac7
parent91f4ff6594064b03a32af57929ea6a705b400596 (diff)
downloadturbo-hipster-f924677d541317150f0763f680cb6d9d921380bf.tar.gz
Remove depreciated download cache
Change-Id: Iac3a2bf2a94f3a02d6bd4d12ee599398dc238d1d
-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 83893cc..b5ead37 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
@@ -185,7 +185,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/"