Upversion stx-cinder image to Openstack Antelope

As part of the STX-Openstack upversion to Antelope, the stx-cinder
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.

[1] https://opendev.org/openstack/cinder/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: 48120

Change-Id: I985bb416ac70983d62d3f083f6a858fad623dc5c
Signed-off-by: Lucas de Ataides <lucas.deataidesbarreto@windriver.com>
This commit is contained in:
Lucas de Ataides 2023-07-05 11:48:48 -03:00 committed by Lucas de Ataides Barreto
parent 34646e65b2
commit c5b060f24b

View File

@ -3,7 +3,7 @@ LABEL=stx-cinder
PROJECT=cinder PROJECT=cinder
DIST_REPOS="OS" DIST_REPOS="OS"
PROJECT_REPO=https://opendev.org/openstack/cinder.git PROJECT_REPO=https://opendev.org/openstack/cinder.git
PROJECT_REF=79b012fbc8b6bc9dcce2c8c52a6fa63976a0309f PROJECT_REF=stable/2023.1
PROJECT_UID=42425 PROJECT_UID=42425
PROJECT_GID=42425 PROJECT_GID=42425
NON_UNIQUE_SYSTEM_ACCOUNT="yes" NON_UNIQUE_SYSTEM_ACCOUNT="yes"