commit | f924677d541317150f0763f680cb6d9d921380bf | [log] [tgz] |
---|---|---|
author | Joshua Hesketh <josh@nitrotech.org> | Tue Feb 24 16:23:32 2015 +1100 |
committer | Joshua Hesketh <josh@nitrotech.org> | Tue Feb 24 16:23:32 2015 +1100 |
tree | 6bd5c718551edafc0c773aeac21991a59701cac7 | |
parent | 91f4ff6594064b03a32af57929ea6a705b400596 [diff] |
Remove depreciated download cache Change-Id: Iac3a2bf2a94f3a02d6bd4d12ee599398dc238d1d
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 @@ # 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/"