From 5f86cf33c022d50803e9ead88ad573cf568eb723 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Wed, 28 Oct 2020 10:47:32 +0700 Subject: [PATCH] Add openstack client --- tools/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/Dockerfile b/tools/Dockerfile index febf54d8..698e717a 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -7,13 +7,14 @@ RUN dnf install -y \ python3-devel \ libffi-devel \ gcc \ + openssh \ openssl-devel \ python3-libselinux \ python3-pip \ which \ wol -RUN pip3 install kolla-ansible +RUN pip3 install kolla-ansible python-openstackclient RUN mkdir /etc/kolla