7922bab10e
This change adds the missing imports for both packages: fmclient and python-barbicanclient to stx-keystone-api-proxy pip packages list. On DC systemcontroller systems the keystone-api-proxy chart will be enabled and it needs the fmclient package to work properly, and therefore for stx-openstack to be applied on a DC systemcontroller. Test Plan: PASS - Build stx-keystone-api-proxy docker image PASS - Apply stx-openstack application with new stx-keystone-api-proxy image Closes-Bug: 1986859 Signed-off-by: Thales Elero Cervi <thaleselero.cervi@windriver.com> Change-Id: Ic14695882ddae78c1ab6bceaa38a715eb7541f78
28 lines
564 B
Plaintext
28 lines
564 B
Plaintext
BUILDER=loci
|
|
LABEL=stx-keystone-api-proxy
|
|
PROJECT=infra
|
|
PROJECT_REPO=nil
|
|
PIP_PACKAGES="
|
|
distributedcloud \
|
|
cgcs-patch \
|
|
tsconfig \
|
|
eventlet \
|
|
pecan \
|
|
SQLAlchemy \
|
|
pycrypto \
|
|
psycopg2 \
|
|
fmclient \
|
|
python-barbicanclient \
|
|
oslo.concurrency \
|
|
oslo.config \
|
|
oslo.db \
|
|
oslo.log \
|
|
oslo.messaging \
|
|
oslo.middleware \
|
|
oslo.policy \
|
|
oslo.service \
|
|
oslo.versionedobjects \
|
|
keystonemiddleware \
|
|
"
|
|
PYTHON3=no
|