Update pypi mirror to use pypi.dfw.openstack.org

The OpenStack infrastructure's PyPI mirror (pypi.openstack.org) shouldn't
be used for 3rd parties so setting the default to pypi.dfw.openstack.org
instead.

Change-Id: I7720ad7d3b23816c63e971112a3a733bde52b7f4
This commit is contained in:
Aaron Rosen 2014-10-28 08:30:42 -07:00
parent f27dc5fcd1
commit ad2ac25f9c
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
[global]
index-url = http://pypi.openstack.org/simple
index-url = http://pypi.dfw.openstack.org/simple

View File

@ -1,2 +1,2 @@
[easy_install]
index_url = http://pypi.openstack.org/simple
index_url = http://pypi.dfw.openstack.org/simple