summaryrefslogtreecommitdiff
path: root/heat_integrationtests/pre_test_hook.sh
diff options
context:
space:
mode:
authorRabi Mishra <ramishra@redhat.com>2018-11-28 11:21:50 +0530
committerRabi Mishra <ramishra@redhat.com>2018-11-28 13:05:31 +0530
commitb5333aea94237fe8388ef5bdf2f758d5fedfc887 (patch)
treeda86e9548eae601f555e15cfcdecc9223ed45083 /heat_integrationtests/pre_test_hook.sh
parent849420429714070da95cfe4e694aeb65ab2fb409 (diff)
downloadheat-b5333aea94237fe8388ef5bdf2f758d5fedfc887.tar.gz
Use fedora 29 image from nodepool mirror
It seems fedora 27 cloud images are not available. Change-Id: I199afcbaa5050226a333779ac22aea3451f94b04
Diffstat (limited to 'heat_integrationtests/pre_test_hook.sh')
-rwxr-xr-xheat_integrationtests/pre_test_hook.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/heat_integrationtests/pre_test_hook.sh b/heat_integrationtests/pre_test_hook.sh
index 0933329b4..8194e97cd 100755
--- a/heat_integrationtests/pre_test_hook.sh
+++ b/heat_integrationtests/pre_test_hook.sh
@@ -44,9 +44,9 @@ echo "[[local|localrc]]" >> $localconf
# to network
if [[ -e /etc/ci/mirror_info.sh ]]; then
source /etc/ci/mirror_info.sh
- echo "IMAGE_URLS+=${NODEPOOL_FEDORA_MIRROR}/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2" >> $localconf
+ echo "IMAGE_URLS+=${NODEPOOL_FEDORA_MIRROR}/releases/29/Cloud/x86_64/images/Fedora-Cloud-Base-29-1.2.x86_64.qcow2" >> $localconf
else
- echo "IMAGE_URLS+=https://download.fedoraproject.org/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2" >> $localconf
+ echo "IMAGE_URLS+=https://download.fedoraproject.org/pub/fedora/linux/releases/29/Cloud/x86_64/images/Fedora-Cloud-Base-29-1.2.x86_64.qcow2" >> $localconf
fi
echo "CEILOMETER_PIPELINE_INTERVAL=60" >> $localconf