Skip to content

Commit f344758

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Revert "Update used Fedora images to version 21""
2 parents 6accb13 + 6d012cf commit f344758

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
@@ -570,7 +570,7 @@ esac
570570
if [[ "$ENABLED_SERVICES" =~ 'h-api' ]]; then
571571
case "$VIRT_DRIVER" in
572572
libvirt|ironic)
573-
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"}
573+
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"}
574574
IMAGE_URLS+=",$HEAT_CFN_IMAGE_URL"
575575
;;
576576
*)
@@ -595,7 +595,7 @@ fi
595595
PRECACHE_IMAGES=$(trueorfalse False $PRECACHE_IMAGES)
596596
if [[ "$PRECACHE_IMAGES" == "True" ]]; then
597597
# staging in update for nodepool
598-
IMAGE_URL="https://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.qcow2"
598+
IMAGE_URL="https://download.fedoraproject.org/pub/alt/openstack/20/x86_64/Fedora-x86_64-20-20140618-sda.qcow2"
599599
if ! [[ "$IMAGE_URLS" =~ "$IMAGE_URL" ]]; then
600600
IMAGE_URLS+=",$IMAGE_URL"
601601
fi

0 commit comments

Comments
 (0)