projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b59bd0d
)
Fix bug 1777 - Adding openstack client to Keystone dockerfile
64/11364/3
author
sousaedu
<eduardo.sousa@canonical.com>
Tue, 16 Nov 2021 23:16:09 +0000
(23:16 +0000)
committer
sousaedu
<eduardo.sousa@canonical.com>
Tue, 16 Nov 2021 23:20:20 +0000
(
00:20
+0100)
Change-Id: Ia4d8fc323a8d9b8a64810b676d4cb206d5fcd01f
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
docker/Keystone/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/Keystone/Dockerfile
b/docker/Keystone/Dockerfile
index
4451116
..
e81a7b5
100644
(file)
--- 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