
Fixes bug 999675. Add pip and easy_install configuration files that will use the OpenStack PyPi mirror. Pip will failover to the standard PyPi mirror for packages not found on the OpenStack mirror. Note that easy_install does not have this failover capability. Change-Id: Idcc95e2ee3f74de46cdfdc586adc93eff52a2aa9
4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
[global]
|
|
index-url = http://pypi.openstack.org
|
|
extra-index-url = http://pypi.python.org/simple
|