Switch fedora mirror

Use a IPv6 enabled fedora mirror to check if your failure rate
decreases.

Change-Id: I749e2981d52b6dd67e87121bff0e08723c3052ff
This commit is contained in:
Thomas Herve 2016-09-28 17:40:22 +02:00
parent 38b3d4349e
commit 5c0b9d4e45
1 changed files with 1 additions and 1 deletions

View File

@ -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.