Upversion stx-nova image to Openstack Antelope

As part of the STX-Openstack upversion to Antelope, the stx-nova
image is being upversioned to the Antelope (stable/2023.1) branch [1]

Due to an issue with the wheels version (launchpad #2027616) [2], we're unable to build the images with the changes of this review, because of that, the test plan for this review will not contemplate the build of the image, and testing it on an environment with STX-Openstack.

Only after this launchpad is worked on, we can proceed with the test plan, but, considering that the only possible option for the PROJECT_REF of this image is the `stable/2023.1` branch (in the context of the Antelope upversion), and that this is the only change this review is doing, it's ready for review.

It's worth noticing that these images are not being build in the official StarlingX build process, so there's no impact on the build itself.

It is possible that the customization commands on this file will require changes in the future, we will only be sure on that when the image is fully buildable and further tests applied.

[1] https://opendev.org/openstack/nova/src/branch/stable/2023.1
[2] https://bugs.launchpad.net/starlingx/+bug/2027616

Test Plan:
PASS: Make sure the branch specified in the is used when building the image PROJECT_REF

Story: 2010715
Task: 48126

Change-Id: I45b8a6558212ee3705329d8239e4632058052bde
Signed-off-by: Romulo Leite <romulo.leite@windriver.com>
This commit is contained in:
Romulo Leite 2023-07-12 14:46:00 -03:00 committed by Romulo Jose Lyra Leite
parent 10088e4f19
commit d4c18262d4

View File

@ -2,7 +2,7 @@ BUILDER=loci
LABEL=stx-nova
PROJECT=nova
PROJECT_REPO=https://opendev.org/openstack/nova.git
PROJECT_REF=3fe8880d3759cbd7b19d75dcf235dfd5c511be13
PROJECT_REF=stable/2023.1
PIP_PACKAGES="\
httplib2 \
pycryptodomex \