stx-openstackclients: Add openstack in DIST_REPOS

After introducing a new set of layer-specific `sources.list` files in
[1], we can now update the `DIST_REPOS` of this image to additionally
use the `openstack` layer binary repository when searching for
dependencies of packages listed in `DIST_PACKAGES`.

This ensures that OpenStack Antelope packages will be built *without* OpenStack Victoria dependencies.

[1] https://review.opendev.org/c/starlingx/root/+/896277

Test Plan:
PASS - Build `stx-debian` base image
PASS - Build `stx-openstackclients` container image and confirm that
       OpenStack Antelope dependencies were used in the build of
       `python3-cinderclient` and `python3-openstackclient`

Depends-On: https://review.opendev.org/c/starlingx/root/+/897944

Closes-Bug: 2037339

Change-Id: If94d5281c5c2633b59a6aaf39f0881fb5cec61bb
Signed-off-by: Luan Nunes Utimura <LuanNunes.Utimura@windriver.com>
(cherry picked from commit 418a7bcb6e)
This commit is contained in:
Luan Nunes Utimura 2023-09-25 15:34:50 -03:00
parent e7abc4762e
commit 22a84736a3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ BUILDER=loci
LABEL=stx-openstackclients
PROJECT=infra
PROJECT_REPO=nil
DIST_REPOS="OS"
DIST_REPOS="OS +openstack"
PIP_PACKAGES="
aodhclient \
httplib2 \