Skip to content
Snippets Groups Projects
Commit e2dd0611 authored by sousaedu's avatar sousaedu
Browse files

Fix bug 1778 - Adding openstack client to Keystone dockerfile


Change-Id: Ia4d8fc323a8d9b8a64810b676d4cb206d5fcd01f
Signed-off-by: default avatarsousaedu <eduardo.sousa@canonical.com>
parent c8e4f0aa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment