mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-03 12:54:54 +07:00
Add openstack client
This commit is contained in:
parent
90fb8c6302
commit
5f86cf33c0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user