From: sousaedu Date: Tue, 16 Nov 2021 23:16:09 +0000 (+0000) Subject: Fix bug 1777 - Adding openstack client to Keystone dockerfile X-Git-Tag: v12.0.0rc1~86 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=7f316e034d3d91811270b4e00372ee34e987a2b0;hp=b59bd0dbeec7956585b656606ae03f8f294c5d45;p=osm%2Fdevops.git Fix bug 1777 - Adding openstack client to Keystone dockerfile Change-Id: Ia4d8fc323a8d9b8a64810b676d4cb206d5fcd01f Signed-off-by: sousaedu --- 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