File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 570570if [[ " $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 * )
595595PRECACHE_IMAGES=$( trueorfalse False $PRECACHE_IMAGES )
596596if [[ " $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
You can’t perform that action at this time.
0 commit comments