summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorricolin <rico.lin.guanyu@gmail.com>2020-02-23 04:20:20 +0800
committerRico Lin <rico.lin.guanyu@gmail.com>2020-02-24 16:00:19 +0000
commitc61170e4e802577f40986a384ce8d912368c3f36 (patch)
tree799d66cb9070085f1738b5d6a09632f675fcc69b /devstack
parentc739be7645e91715eba4fdc1e6c59366fa1af36a (diff)
downloadheat-c61170e4e802577f40986a384ce8d912368c3f36.tar.gz
Update Fedora image ref for test jobs
Fedora-Cloud-Base-29-1.2.x86_64 is removed from openstack local mirror. Update to use Fedora-Cloud-Base-30-1.2.x86_64 for test jobs. Change-Id: Id3026a115e3a044b3dc00030fd6d82549dc189b6
Diffstat (limited to 'devstack')
-rw-r--r--devstack/lib/heat4
1 files changed, 2 insertions, 2 deletions
diff --git a/devstack/lib/heat b/devstack/lib/heat
index 2be80c61a..cbef94f4e 100644
--- a/devstack/lib/heat
+++ b/devstack/lib/heat
@@ -472,9 +472,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/29/Cloud/x86_64/images/Fedora-Cloud-Base-29-1.2.x86_64.qcow2
+ 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
TOKEN=$(openstack token issue -c id -f value)
- local image_exists=$( openstack image list | grep "Fedora-Cloud-Base-29-1.2.x86_64" )
+ local image_exists=$( openstack image list | grep "Fedora-Cloud-Base-30-1.2.x86_64" )
if [[ -z $image_exists ]]; then
if is_service_enabled g-api; then
upload_image $HEAT_TEST_FEDORA_IMAGE $TOKEN