Adds missing imports to stx-keystone-api-proxy

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
This commit is contained in:
Thales Elero Cervi 2022-08-17 17:39:33 -03:00
parent 394d1ceff9
commit 7922bab10e
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ PIP_PACKAGES="
SQLAlchemy \
pycrypto \
psycopg2 \
fmclient \
python-barbicanclient \
oslo.concurrency \
oslo.config \
oslo.db \

View File

@ -13,6 +13,8 @@ PIP_PACKAGES="
cgtsclient \
sysinv \
psycopg2 \
fmclient \
python-barbicanclient \
oslo.concurrency \
oslo.config \
oslo.db \