
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
3 lines
53 B
INI
3 lines
53 B
INI
[easy_install]
|
|
index_url = http://pypi.openstack.org
|