From e2dd061108bd0fe4ec3368a44ad9ae20a2bf80c2 Mon Sep 17 00:00:00 2001 From: sousaedu Date: Tue, 16 Nov 2021 23:16:09 +0000 Subject: [PATCH] Fix bug 1778 - Adding openstack client to Keystone dockerfile Change-Id: Ia4d8fc323a8d9b8a64810b676d4cb206d5fcd01f Signed-off-by: sousaedu --- docker/Keystone/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Keystone/Dockerfile b/docker/Keystone/Dockerfile index 44511169..e81a7b57 100644 --- a/docker/Keystone/Dockerfile +++ b/docker/Keystone/Dockerfile @@ -53,7 +53,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ rm -rf /var/lib/apt/lists/* && \ chmod +x start.sh -RUN pip3 install -U pip==21.3.1 && pip3 install python-ldap==3.2.0 ldappool==3.0.0 +RUN pip3 install -U pip==21.3.1 && \ + pip3 install python-ldap==3.2.0 ldappool==3.0.0 python-openstackclient==5.7.0 # database ENV DB_HOST keystone-db -- 2.25.1