File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -560,18 +560,6 @@ case "$VIRT_DRIVER" in
560560 IMAGE_URLS=${IMAGE_URLS:- " http://download.cirros-cloud.net/${CIRROS_VERSION} /cirros-${CIRROS_VERSION} -${CIRROS_ARCH} -uec.tar.gz" } ;;
561561esac
562562
563- # Use 64bit fedora image if heat is enabled
564- if [[ " $ENABLED_SERVICES " =~ ' h-api' ]]; then
565- case " $VIRT_DRIVER " in
566- libvirt|ironic)
567- 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" }
568- IMAGE_URLS+=" ,$HEAT_CFN_IMAGE_URL "
569- ;;
570- * )
571- ;;
572- esac
573- fi
574-
575563# Trove needs a custom image for its work
576564if [[ " $ENABLED_SERVICES " =~ ' tr-api' ]]; then
577565 case " $VIRT_DRIVER " in
@@ -584,17 +572,6 @@ if [[ "$ENABLED_SERVICES" =~ 'tr-api' ]]; then
584572 esac
585573fi
586574
587- # Staging Area for New Images, have them here for at least 24hrs for nodepool
588- # to cache them otherwise the failure rates in the gate are too high
589- PRECACHE_IMAGES=$( trueorfalse False PRECACHE_IMAGES)
590- if [[ " $PRECACHE_IMAGES " == " True" ]]; then
591- # staging in update for nodepool
592- IMAGE_URL=" https://download.fedoraproject.org/pub/alt/openstack/20/x86_64/Fedora-x86_64-20-20140618-sda.qcow2"
593- if ! [[ " $IMAGE_URLS " =~ " $IMAGE_URL " ]]; then
594- IMAGE_URLS+=" ,$IMAGE_URL "
595- fi
596- fi
597-
598575# 10Gb default volume backing file size
599576VOLUME_BACKING_FILE_SIZE=${VOLUME_BACKING_FILE_SIZE:- 10250M}
600577
You can’t perform that action at this time.
0 commit comments