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:
Tao Liu 2019-06-04 13:35:39 -04:00 committed by Don Penney
parent 7589f962b5
commit fd7e61fa9b

View File

@ -9,7 +9,9 @@ PIP_PACKAGES="
eventlet \
pecan \
SQLAlchemy \
pycrypto \
cryptography \
cgtsclient \
sysinv \
psycopg2 \
oslo.concurrency \
oslo.config \