Merge "Revert "Fix IRONIC_IMAGE_NAME=non-existent-image""

This commit is contained in:
Zuul 2023-07-19 01:31:24 +00:00 committed by Gerrit Code Review
commit b78f379997
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@ CIRROS_VERSION=${CIRROS_VERSION:-$CIRROS_VERSION_DEVSTACK}
IRONIC_DEFAULT_IMAGE_NAME=cirros-${CIRROS_VERSION}-x86_64-uec
# TODO (iurygregory): change to the normal order after the discussion
# with openstack-qa https://review.opendev.org/c/openstack/tempest/+/831018
IRONIC_IMAGE_NAME=${IRONIC_DEFAULT_IMAGE_NAME:-$DEFAULT_IMAGE_NAME}
IRONIC_IMAGE_NAME=${DEFAULT_IMAGE_NAME:-$IRONIC_DEFAULT_IMAGE_NAME}
# Add link to download queue, ignore if already exist.
# TODO(vsaienko) Move to devstack https://review.opendev.org/420656