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 \ python3-devel \
libffi-devel \ libffi-devel \
gcc \ gcc \
openssh \
openssl-devel \ openssl-devel \
python3-libselinux \ python3-libselinux \
python3-pip \ python3-pip \
which \ which \
wol wol
RUN pip3 install kolla-ansible RUN pip3 install kolla-ansible python-openstackclient
RUN mkdir /etc/kolla RUN mkdir /etc/kolla