From 3431d41c96e7ffb5b7609422902c778e846aabae Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 2 Feb 2017 21:41:51 -0600 Subject: [PATCH] corrected infra wheel mirror URL Change-Id: I9a8d6848fc377c44faef0dd85adc2064ac53f324 Signed-off-by: Kevin Carter --- scripts/fastest-infra-wheel-mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fastest-infra-wheel-mirror.py b/scripts/fastest-infra-wheel-mirror.py index 4c75acfa79..7b9ce202fc 100755 --- a/scripts/fastest-infra-wheel-mirror.py +++ b/scripts/fastest-infra-wheel-mirror.py @@ -36,7 +36,7 @@ MIRROR_LIST = ["http://mirror.dfw.rax.openstack.org/wheel/", "http://mirror.bhs1.ovh.openstack.org/wheel/", "http://mirror.sjc1.bluebox.openstack.org/wheel/", "http://mirror.nyj01.internap.openstack.org/wheel/", - "http://mirror.cloud1.osic.openstack.org/wheel/"] + "http://mirror.regionone.osic-cloud1.openstack.org/wheel/"] def TestUrl(workQueue, resultQueue):