From 6d012cf16f8d0f4f0a2fae4f5215fadf9884f7fc Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Fri, 12 Dec 2014 00:52:59 +0000 Subject: [PATCH] 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 21dbe993348b794a1b77c4f9db0081d1cc32138c. Change-Id: I77749f3f9f1a64719447ddd25ee95bc6d3afa5b3 --- stackrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stackrc b/stackrc index 9960a1b320..ac798894b8 100644 --- a/stackrc +++ b/stackrc @@ -552,7 +552,7 @@ esac if [[ "$ENABLED_SERVICES" =~ 'h-api' ]]; then case "$VIRT_DRIVER" in libvirt|ironic) - 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"} + 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"} IMAGE_URLS+=",$HEAT_CFN_IMAGE_URL" ;; *) @@ -577,7 +577,7 @@ fi PRECACHE_IMAGES=$(trueorfalse False $PRECACHE_IMAGES) if [[ "$PRECACHE_IMAGES" == "True" ]]; then # staging in update for nodepool - IMAGE_URL="https://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.qcow2" + IMAGE_URL="https://download.fedoraproject.org/pub/alt/openstack/20/x86_64/Fedora-x86_64-20-20140618-sda.qcow2" if ! [[ "$IMAGE_URLS" =~ "$IMAGE_URL" ]]; then IMAGE_URLS+=",$IMAGE_URL" fi