Add openstack client

This commit is contained in:
Khue Doan 2020-10-28 10:47:32 +07:00
parent 90fb8c6302
commit 5f86cf33c0

View File

@ -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