[stable/2023.2] Bump magnum-cluster-api to 0.19.2 [CLOUDOPS-224] (#1420)

This is an automated cherry-pick of #1416
/assign mnaser
diff --git a/images/magnum/Dockerfile b/images/magnum/Dockerfile
index 6ec5426..54c376a 100644
--- a/images/magnum/Dockerfile
+++ b/images/magnum/Dockerfile
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: Apache-2.0
-# Atmosphere-Rebuild-Time: 2024-06-17T13:34:17Z
+# Atmosphere-Rebuild-Time: 2024-06-25T13:53:44Z
 
 ARG RELEASE
 
@@ -19,7 +19,7 @@
 pip3 install \
     --constraint /upper-constraints.txt \
         /src/magnum \
-        magnum-cluster-api==0.19.1
+        magnum-cluster-api==0.19.2
 EOF
 
 FROM registry.atmosphere.dev/library/openstack-python-runtime:${RELEASE}