Upversion stx-placement to Openstack Antelope

As part of the STX-Openstack upversion to Antelope, the stx-placement
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/placement/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: 48127

Change-Id: If9067557f12176fb420cca0bffa4fe795d89179d
Signed-off-by: Romulo Leite <romulo.leite@windriver.com>
This commit is contained in:
Romulo Leite 2023-07-12 14:52:54 -03:00 committed by Romulo Jose Lyra Leite
parent d4c18262d4
commit cbbf902824
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ BUILDER=loci
LABEL=stx-placement
PROJECT=placement
PROJECT_REPO=https://opendev.org/openstack/placement.git
PROJECT_REF=5a865abc2545544870ad972f70cd54ebd14c19a8
PROJECT_REF=stable/2023.1
PROJECT_UID=42425
PROJECT_GID=42425
PIP_PACKAGES="pycryptodomex httplib2"