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:
parent
394d1ceff9
commit
7922bab10e
@ -11,6 +11,8 @@ PIP_PACKAGES="
|
||||
SQLAlchemy \
|
||||
pycrypto \
|
||||
psycopg2 \
|
||||
fmclient \
|
||||
python-barbicanclient \
|
||||
oslo.concurrency \
|
||||
oslo.config \
|
||||
oslo.db \
|
||||
|
@ -13,6 +13,8 @@ PIP_PACKAGES="
|
||||
cgtsclient \
|
||||
sysinv \
|
||||
psycopg2 \
|
||||
fmclient \
|
||||
python-barbicanclient \
|
||||
oslo.concurrency \
|
||||
oslo.config \
|
||||
oslo.db \
|
||||
|
Loading…
Reference in New Issue
Block a user