Add oidc-auth and its dependencies

Add oidc-auth to the platform clients docker image.
The oidc-auth CLI requires the libraries python-mechanize,
python-html5lib and python-webencodings.

Story: 2006711
Task: 38919
Depends-On: https://review.opendev.org/#/c/710991/

Change-Id: I2cae680a3d78ffa379879a590d153266537c0a81
Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
This commit is contained in:
Teresa Ho 2020-03-02 22:27:34 -05:00
parent bda7fbe54d
commit abc5b27912
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion hel
PIP_PACKAGES="pycrypto httplib2 pylint pyopenssl ndg-httpsclient pyasn1 \
six prettytable PyYAML python-keystoneclient python-barbicanclient \
python-openstackclient cgtsclient fmclient distributedcloud_client \
osprofiler beautifulsoup4"
osprofiler beautifulsoup4 oidcauthtools mechanize html5lib webencodings"