From 1be38f481c7da15e556705a46b130a80994c5715 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 8 Jul 2014 01:32:50 +0000 Subject: [PATCH] Switch HTTP sanity check to new mirror URL This way it won't spontaneously break when we eventually delete the old mirror tree. Change-Id: Ib9b4878359232d39a42a8b45715dfe73845fe858 --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 16d4dcfd..74ea3c01 100644 --- a/functions.sh +++ b/functions.sh @@ -69,7 +69,7 @@ function network_sanity_check { echo "Performing network sanity check..." # pypi.openstack.org _ping_check pypi.openstack.org - _http_check http://pypi.openstack.org/openstack/ + _http_check http://pypi.openstack.org/simple/ # rax ubuntu mirror _ping_check mirror.rackspace.com