system-config/modules/openstack_project/files/pip.conf
Monty Taylor 680a6ab2ac List PyPI mirrors as trusted hosts everywhere
Upcoming versions of pip are going to get more and more nasty about
non-SSL index locations. In order to deal with that well, add a global
config file listing our PyPI mirrors as "trusted" - which means
that pip will not complain about their non-SSL qualities.

Change-Id: If9f3cec10d8057631978f7f1d5cd7e4936e163ef
2015-01-17 12:44:43 +13:00

8 lines
178 B
Plaintext

[global]
index-url = https://pypi.python.org/simple
trusted-host =
pypi.dfw.openstack.org
pypi.iad.openstack.org
pypi.ord.openstack.org
pypi.region-b.geo-1.openstack.org