
This commit enables the creation of stx-keystone-api-proxy image by both distros: CentOS and Debian. Test Plan: PASS - Build python3 wheels tarball on Debian and build stx-keystone-api-proxy image on Debian. Story: 2009831 Task: 46771 Depends-On: https://review.opendev.org/c/starlingx/update/+/864231 Depends-On: https://review.opendev.org/c/starlingx/config/+/864242 Signed-off-by: Hugo Brito <hugo.brito@windriver.com> Change-Id: I2b383782ac9fa7c104f54d729f8dbbdbc5cb9823
29 lines
594 B
Plaintext
29 lines
594 B
Plaintext
BUILDER=loci
|
|
DIST_REPOS="OS"
|
|
LABEL=stx-keystone-api-proxy
|
|
PROJECT=infra
|
|
PROJECT_REPO=nil
|
|
PIP_PACKAGES="
|
|
distributedcloud \
|
|
cgcs-patch \
|
|
tsconfig \
|
|
eventlet \
|
|
pecan \
|
|
SQLAlchemy \
|
|
cryptography \
|
|
cgtsclient \
|
|
psycopg2 \
|
|
fmclient \
|
|
python-barbicanclient \
|
|
oslo.concurrency \
|
|
oslo.config \
|
|
oslo.db \
|
|
oslo.log \
|
|
oslo.messaging \
|
|
oslo.middleware \
|
|
oslo.policy \
|
|
oslo.service \
|
|
oslo.versionedobjects \
|
|
keystonemiddleware \
|
|
"
|