Add Fedora 20 to IMAGE_URLS
Fedora 20 is only added to IMAGE_URLS if $HEAT_FETCHED_TEST_IMAGE contains the exact known image name This image is used for running heat tempest tests which require an image which has heat-cfntools installed. Change-Id: Ic6cdea932a5d5f3de138da96d27e407775b3e84b
This commit is contained in:
parent
d15512431b
commit
8c1b95eef1
3
stackrc
3
stackrc
@ -282,6 +282,9 @@ case "$VIRT_DRIVER" in
|
||||
IMAGE_URLS=${IMAGE_URLS:-"http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz"};;
|
||||
esac
|
||||
|
||||
if [[ "$HEAT_FETCHED_TEST_IMAGE" == "Fedora-i386-20-20131211.1-sda" ]]; then
|
||||
IMAGE_URLS+=",https://dl.fedoraproject.org/pub/alt/stage/20-RC1.1/Images/i386/$HEAT_FETCHED_TEST_IMAGE.qcow2"
|
||||
fi
|
||||
|
||||
# 10Gb default volume backing file size
|
||||
VOLUME_BACKING_FILE_SIZE=${VOLUME_BACKING_FILE_SIZE:-10250M}
|
||||
|
Loading…
Reference in New Issue
Block a user