diff --git a/modules/jenkins/files/slave_scripts/select-mirror.sh b/modules/jenkins/files/slave_scripts/select-mirror.sh index b9ca018f7f..ff6cd89173 100755 --- a/modules/jenkins/files/slave_scripts/select-mirror.sh +++ b/modules/jenkins/files/slave_scripts/select-mirror.sh @@ -34,13 +34,10 @@ rm -f ~/.pip/pip.conf if [ "$org" == "openstack" ] then echo $org - cat < ~/.pydistutils.cfg -[easy_install] -index_url = http://pypi.openstack.org -EOF cat < ~/.pip/pip.conf [global] index-url = http://pypi.openstack.org +extra-index-url = http://pypi.python.org/simple EOF else cat < ~/.pip/pip.conf