Remove setting of DEFAULT_IMAGE_NAME to non exit image
Due to devstack logic of setting the two different images in
tempest, we has to set the DEFAULT_IMAGE_NAME to non exit image
which broke ironic. Below patch fix the logic in devstack so
we do not need to set non exit image in DEFAULT_IMAGE_NAME
- https://review.opendev.org/c/openstack/devstack/+/886795/
Change-Id: I22f343c9d8ca8ec4044e2d6877378d29383e2890
diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml
index 0140ad7..0ac893a 100644
--- a/zuul.d/base.yaml
+++ b/zuul.d/base.yaml
@@ -15,10 +15,6 @@
vars: &base_vars
devstack_localrc:
IMAGE_URLS: http://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img, http://download.cirros-cloud.net/0.6.1/cirros-0.6.1-x86_64-disk.img
- # When DEFAULT_IMAGE_NAME is set and the image exists in glance,
- # devstack sets both image_ref and image_ref_alt with same image
- # which we don't want here.
- DEFAULT_IMAGE_NAME: 'non-existent-image'
devstack_services:
tempest: true
devstack_local_conf: