commit | e261bd809e81c01c153cdcdb50be47ed3c89c46a | [log] [tgz] |
---|---|---|
author | Brian Haley <haleyb.dev@gmail.com> | Wed Jul 19 16:04:12 2023 -0400 |
committer | Brian Haley <haleyb.dev@gmail.com> | Wed Jul 19 16:04:12 2023 -0400 |
tree | 73c604a299a46e7d3fed32733472680be99aeb06 | |
parent | 931b45defd07991890707b434638166800ec948a [diff] |
Always set image_uuid_alt in configure_tempest() When there is only a single image, configure_tempest() needs to always set image_uuid_alt the same as image_uuid, else it will fail trying to determine the size of the flavor to use for it later in the function. Introduced by [0], and subsequent change did not fix it. [0] https://review.opendev.org/c/openstack/devstack/+/886795 Change-Id: Ibfe99ff732570dbd415772c5625f43e35b68c871 Related-bug: #2028123