Add allow_hosts to pydistutils.cfg

This should cause easy_install to only contact our pypi mirrors
when fetching packages.

https://pythonhosted.org/setuptools/easy_install.html
    #restricting-downloads-with-allow-hosts

Change-Id: I8f7f2bc8fb281cb038a3b493ef33427892b36536
This commit is contained in:
James E. Blair 2015-06-02 10:49:15 -07:00 committed by Jeremy Stanley
parent 11ceadf29c
commit 56f91820f5
1 changed files with 1 additions and 0 deletions

View File

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