Upgrade Storpool driver to Caracal

When we released, the Bobcat was the latest driver and now
Caracal is the latest available driver.

Depends-On: https://review.vexxhost.dev/c/atmosphere/+/555
Change-Id: I3e2988dc79097645bab5d955a899fe64f3984023
(cherry picked from commit 4672c4c8d23af35ff9fe43950787167b3a992012)
diff --git a/images/cinder/Dockerfile b/images/cinder/Dockerfile
index 3c7a0fb..8fc9118 100644
--- a/images/cinder/Dockerfile
+++ b/images/cinder/Dockerfile
@@ -17,6 +17,12 @@
         storpool \
         storpool.spopenstack
 EOF
+ADD --chmod=644 \
+    https://github.com/storpool/storpool-openstack-integration/raw/master/drivers/cinder/openstack/caracal/storpool.py \
+    /var/lib/openstack/lib/python3.10/site-packages/cinder/volume/drivers/storpool.py
+ADD --chmod=644 \
+    https://github.com/storpool/storpool-openstack-integration/raw/master/drivers/os_brick/openstack/caracal/storpool.py \
+    /var/lib/openstack/lib/python3.10/site-packages/os_brick/initiator/connectors/storpool.py
 
 FROM openstack-python-runtime
 RUN <<EOF bash -xe
diff --git a/images/glance/Dockerfile b/images/glance/Dockerfile
index b3fc6ed..252fa6d 100644
--- a/images/glance/Dockerfile
+++ b/images/glance/Dockerfile
@@ -16,6 +16,9 @@
         storpool \
         storpool.spopenstack
 EOF
+ADD --chmod=644 \
+    https://github.com/storpool/storpool-openstack-integration/raw/master/drivers/os_brick/openstack/caracal/storpool.py \
+    /var/lib/openstack/lib/python3.10/site-packages/os_brick/initiator/connectors/storpool.py
 
 FROM openstack-python-runtime
 RUN <<EOF bash -xe
diff --git a/images/nova/Dockerfile b/images/nova/Dockerfile
index 1f59932..a63be01 100644
--- a/images/nova/Dockerfile
+++ b/images/nova/Dockerfile
@@ -20,6 +20,9 @@
         storpool \
         storpool.spopenstack
 EOF
+ADD --chmod=644 \
+    https://github.com/storpool/storpool-openstack-integration/raw/master/drivers/os_brick/openstack/caracal/storpool.py \
+    /var/lib/openstack/lib/python3.10/site-packages/os_brick/initiator/connectors/storpool.py
 
 FROM openstack-python-runtime
 ADD https://github.com/novnc/noVNC.git#v1.4.0 /usr/share/novnc
diff --git a/releasenotes/notes/bump-storpool-caracal-525bae827bef1f62.yaml b/releasenotes/notes/bump-storpool-caracal-525bae827bef1f62.yaml
new file mode 100644
index 0000000..13de75f
--- /dev/null
+++ b/releasenotes/notes/bump-storpool-caracal-525bae827bef1f62.yaml
@@ -0,0 +1,4 @@
+---
+features:
+  - The Storpool driver has been updated from the Bobcat release to the Caracal
+    release.