From 56f91820f517a2daf58e6717c94f27a9ee29a1a9 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 2 Jun 2015 10:49:15 -0700 Subject: [PATCH] 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 --- modules/openstack_project/files/pydistutils.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/files/pydistutils.cfg b/modules/openstack_project/files/pydistutils.cfg index c273de66b4..b9cf689de9 100644 --- a/modules/openstack_project/files/pydistutils.cfg +++ b/modules/openstack_project/files/pydistutils.cfg @@ -1,2 +1,3 @@ [easy_install] index_url = http://pypi.dfw.openstack.org/simple +allow_hosts = *.openstack.org