From abc5b279122345f9ec4acd735a6dde6c2b6f8b90 Mon Sep 17 00:00:00 2001 From: Teresa Ho Date: Mon, 2 Mar 2020 22:27:34 -0500 Subject: [PATCH] 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 --- .../centos/stx-platformclients.stable_docker_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image b/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image index 4c7b8203..7fc7a611 100644 --- a/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image +++ b/openstack/python-platformclients/centos/stx-platformclients.stable_docker_image @@ -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"