[stable/2023.2] upgrade mcapi, k8s collection and capo version (#2150) (#2174)

mcapi 0.22.1 -> 0.24.0 https://github.com/vexxhost/magnum-cluster-api/releases/tag/v0.24.0 k8s collection 0.14.3 -> 0.15.0 https://github.com/vexxhost/ansible-collection-kubernetes/releases/tag/v1.15.0

Reviewed-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/images/magnum/Dockerfile b/images/magnum/Dockerfile
index c5284c2..18776b1 100644
--- a/images/magnum/Dockerfile
+++ b/images/magnum/Dockerfile
@@ -19,7 +19,7 @@
 pip3 install \
     --constraint /upper-constraints.txt \
         /src/magnum \
-        magnum-cluster-api==0.22.1
+        magnum-cluster-api==0.24.0
 EOF
 
 FROM registry.atmosphere.dev/library/openstack-python-runtime:${RELEASE}