summaryrefslogtreecommitdiff
path: root/devstack/lib/heat
diff options
context:
space:
mode:
Diffstat (limited to 'devstack/lib/heat')
-rw-r--r--devstack/lib/heat4
1 files changed, 2 insertions, 2 deletions
diff --git a/devstack/lib/heat b/devstack/lib/heat
index 989b3efb9..62fce13ae 100644
--- a/devstack/lib/heat
+++ b/devstack/lib/heat
@@ -476,9 +476,9 @@ function configure_tempest_for_heat {
if [[ -e /etc/ci/mirror_info.sh ]]; then
source /etc/ci/mirror_info.sh
fi
- export HEAT_TEST_FEDORA_IMAGE=${NODEPOOL_FEDORA_MIRROR:-https://download.fedoraproject.org/pub/fedora/linux}/releases/30/Cloud/x86_64/images/Fedora-Cloud-Base-30-1.2.x86_64.qcow2
+ export HEAT_TEST_FEDORA_IMAGE=${NODEPOOL_FEDORA_MIRROR:-https://download.fedoraproject.org/pub/fedora/linux}/releases/31/Cloud/x86_64/images/Fedora-Cloud-Base-31-1.9.x86_64.qcow2
TOKEN=$(openstack token issue -c id -f value)
- local image_exists=$( openstack image list | grep "Fedora-Cloud-Base-30-1.2.x86_64" )
+ local image_exists=$( openstack image list | grep "Fedora-Cloud-Base-31-1.9.x86_64" )
if [[ -z $image_exists ]]; then
if is_service_enabled g-api; then
upload_image $HEAT_TEST_FEDORA_IMAGE $TOKEN