[ATMOSPHERE-328] images(python-openstackclient): Add python-ironicclient (#1731)
Fixes #1723
diff --git a/images/python-openstackclient/Dockerfile b/images/python-openstackclient/Dockerfile
index 3594d3c..d006743 100644
--- a/images/python-openstackclient/Dockerfile
+++ b/images/python-openstackclient/Dockerfile
@@ -7,16 +7,17 @@
RUN --mount=type=cache,mode=0755,target=/root/.cache/pip,sharing=private <<EOF bash -xe
pip3 install \
--constraint /upper-constraints.txt \
- python-openstackclient \
+ osc-placement \
python-barbicanclient \
python-designateclient \
python-glanceclient \
python-heatclient \
+ python-ironicclient \
python-magnumclient \
python-manilaclient \
python-neutronclient \
python-octaviaclient \
- osc-placement \
+ python-openstackclient \
python-senlinclient \
python-swiftclient
EOF