summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Herve <therve@redhat.com>2016-09-28 17:40:22 +0200
committerRabi Mishra <ramishra@redhat.com>2017-07-24 11:59:52 +0000
commitc4508361c89d8ebae6ecffa2e0191c5df54d23a8 (patch)
tree61704df5071f5b465d353fff9712f4cfd9500a2f
parent04ecb75faee0b6e2df0062fb89dc65d5ab97eec3 (diff)
downloadheat-7.0.5.tar.gz
Switch fedora mirror7.0.5
We're not able to merge anything in stable/newton due to this issue. Though this does not have a bug associated, it would be good to backport this to stable/newton to land some other backports. Use a IPv6 enabled fedora mirror to check if your failure rate decreases. Change-Id: I749e2981d52b6dd67e87121bff0e08723c3052ff (cherry picked from commit 5c0b9d4e4514cc6c8fb958380bf5944ab8a06976)
-rwxr-xr-xheat_integrationtests/prepare_test_env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat_integrationtests/prepare_test_env.sh b/heat_integrationtests/prepare_test_env.sh
index 14a008bbb..8e8e455b2 100755
--- a/heat_integrationtests/prepare_test_env.sh
+++ b/heat_integrationtests/prepare_test_env.sh
@@ -49,7 +49,7 @@ openstack flavor create m1.heat_int --ram 512
openstack flavor create m1.heat_micro --ram 128
# Register the glance image for testing
-curl -L https://download.fedoraproject.org/pub/fedora/linux/releases/24/CloudImages/x86_64/images/Fedora-Cloud-Base-24-1.2.x86_64.qcow2 | openstack image create fedora-heat-test-image --disk-format qcow2 --container-format bare --public
+curl http://mirror.liquidtelecom.com/fedora/fedora/linux/releases/24/CloudImages/x86_64/images/Fedora-Cloud-Base-24-1.2.x86_64.qcow2 | openstack image create fedora-heat-test-image --disk-format qcow2 --container-format bare --public
if [[ ${PIPESTATUS[0]} -ne 0 ]]; then
# The curl command failed, so the upload is mostly likely incorrect. Let's
# bail out early.