Update keystone-api-proxy container dependencies
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>
This commit is contained in:
parent
7589f962b5
commit
fd7e61fa9b
@ -9,7 +9,9 @@ PIP_PACKAGES="
|
||||
eventlet \
|
||||
pecan \
|
||||
SQLAlchemy \
|
||||
pycrypto \
|
||||
cryptography \
|
||||
cgtsclient \
|
||||
sysinv \
|
||||
psycopg2 \
|
||||
oslo.concurrency \
|
||||
oslo.config \
|
||||
|
Loading…
x
Reference in New Issue
Block a user