[ATMOSPHERE-329] images(python-openstackclient): Add python-ironicclient (#1720)
This is an automated cherry-pick of #1718
/assign gtirloni
diff --git a/images/python-openstackclient/Dockerfile b/images/python-openstackclient/Dockerfile
index b200229..e2dd794 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-swiftclient
EOF