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
This commit is contained in:
Ghanshyam Mann
2023-06-22 21:18:58 -05:00
committed by Ghanshyam
parent 2a68b13277
commit 2038c895d9
-4
View File
@@ -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: