From e1009a290b612d9f38bf5b9c6a70a0f58dba260c Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Wed, 10 Feb 2016 13:06:55 +0100 Subject: [PATCH] Update mirror to use in easy_install It is pointing to deprecated mirror, causing tests to fail when installing pbr. Change-Id: Ic7723a2afba2c650c5233794a35683bc9f980ec0 --- modules/openstack_project/files/pydistutils.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/pydistutils.cfg b/modules/openstack_project/files/pydistutils.cfg index b9cf689de9..2f100b632a 100644 --- a/modules/openstack_project/files/pydistutils.cfg +++ b/modules/openstack_project/files/pydistutils.cfg @@ -1,3 +1,3 @@ [easy_install] -index_url = http://pypi.dfw.openstack.org/simple +index_url = http://mirror.dfw.rax.openstack.org/pypi/simple allow_hosts = *.openstack.org