[stable/zed] [CLOUDOPS-348] feat: upgrade mcapi version to 0.22 (#1837)

This is an automated cherry-pick of #1821
/assign okozachenko1203
diff --git a/images/magnum/Dockerfile b/images/magnum/Dockerfile
index da52aa6..5f64a40 100644
--- a/images/magnum/Dockerfile
+++ b/images/magnum/Dockerfile
@@ -21,7 +21,7 @@
 pip3 install \
     --constraint /upper-constraints.txt \
         /src/magnum \
-        magnum-cluster-api==0.21.2
+        magnum-cluster-api==0.22.0
 EOF
 
 FROM registry.atmosphere.dev/library/openstack-python-runtime:${RELEASE}