diff --git a/modules/jenkins_slave/files/pip.conf b/modules/jenkins_slave/files/pip.conf index 57f63b54d9..3bfaac40bf 100644 --- a/modules/jenkins_slave/files/pip.conf +++ b/modules/jenkins_slave/files/pip.conf @@ -1,3 +1,2 @@ [global] -index-url = http://pypi.openstack.org -extra-index-url = http://pypi.python.org/simple +index-url = http://pypi.python.org/simple diff --git a/modules/jenkins_slave/files/pydistutils.cfg b/modules/jenkins_slave/files/pydistutils.cfg index 9d1de1569f..54de863c50 100644 --- a/modules/jenkins_slave/files/pydistutils.cfg +++ b/modules/jenkins_slave/files/pydistutils.cfg @@ -1,2 +1,2 @@ [easy_install] -index_url = http://pypi.openstack.org +index_url = http://pypi.python.org/simple/