Revert "Fix IRONIC_IMAGE_NAME=non-existent-image"
This reverts commit 2f8ee2cf40
.
Reason for revert: Tempest removed the setting of DEFAULT_IMAGE_NAME to 'non-existent-image', that should fix the issue
- https://review.opendev.org/c/openstack/tempest/+/886796/2
Change-Id: I4767518b3306a8c4da08d1f0650d78ef8d78ca9c
This commit is contained in:
parent
2f8ee2cf40
commit
d5931adedb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user