fd7e61fa9b
This update changes pycrypto to cryptography in keystone-api-proxy image directives file. In addition, syinv and cgtsclient are added as dependencies as they are now required by keystone-api-proxy. Change-Id: Iff2765d371b28e991a6dd127fcec36d44472952d Story: 2004766 Task: 30454 Depends-On: https://review.opendev.org/#/c/663764/ Signed-off-by: Tao Liu <tao.liu@windriver.com>
27 lines
544 B
Plaintext
27 lines
544 B
Plaintext
BUILDER=loci
|
|
LABEL=stx-keystone-api-proxy
|
|
PROJECT=infra
|
|
PROJECT_REPO=nil
|
|
PIP_PACKAGES="
|
|
distributedcloud \
|
|
cgcs-patch \
|
|
tsconfig \
|
|
eventlet \
|
|
pecan \
|
|
SQLAlchemy \
|
|
cryptography \
|
|
cgtsclient \
|
|
sysinv \
|
|
psycopg2 \
|
|
oslo.concurrency \
|
|
oslo.config \
|
|
oslo.db \
|
|
oslo.log \
|
|
oslo.messaging \
|
|
oslo.middleware \
|
|
oslo.policy \
|
|
oslo.service \
|
|
oslo.versionedobjects \
|
|
keystonemiddleware \
|
|
"
|