Skip to content

Commit 6d012cf

Browse files
committed
Revert "Update used Fedora images to version 21"
This breaks check-heat-dsvm-functional-mysql which assumes the previous glance image name. This reverts commit 21dbe99. Change-Id: I77749f3f9f1a64719447ddd25ee95bc6d3afa5b3
1 parent 21dbe99 commit 6d012cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stackrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ esac
552552
if [[ "$ENABLED_SERVICES" =~ 'h-api' ]]; then
553553
case "$VIRT_DRIVER" in
554554
libvirt|ironic)
555-
HEAT_CFN_IMAGE_URL=${HEAT_CFN_IMAGE_URL:-"https://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.qcow2"}
555+
HEAT_CFN_IMAGE_URL=${HEAT_CFN_IMAGE_URL:-"https://download.fedoraproject.org/pub/alt/openstack/20/x86_64/Fedora-x86_64-20-20140618-sda.qcow2"}
556556
IMAGE_URLS+=",$HEAT_CFN_IMAGE_URL"
557557
;;
558558
*)
@@ -577,7 +577,7 @@ fi
577577
PRECACHE_IMAGES=$(trueorfalse False $PRECACHE_IMAGES)
578578
if [[ "$PRECACHE_IMAGES" == "True" ]]; then
579579
# staging in update for nodepool
580-
IMAGE_URL="https://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.qcow2"
580+
IMAGE_URL="https://download.fedoraproject.org/pub/alt/openstack/20/x86_64/Fedora-x86_64-20-20140618-sda.qcow2"
581581
if ! [[ "$IMAGE_URLS" =~ "$IMAGE_URL" ]]; then
582582
IMAGE_URLS+=",$IMAGE_URL"
583583
fi

0 commit comments

Comments
 (0)