From: sousaedu Date: Tue, 16 Nov 2021 23:16:09 +0000 (+0000) Subject: Fix bug 1779 - Adding openstack client to Keystone dockerfile X-Git-Tag: v10.1.0-rc1~24 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=dffc3a0ef0dc2cf543d28d32bde68d5c77a1f64d;p=osm%2Fdevops.git Fix bug 1779 - 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