Upgrade Storpool driver to Caracal
When we released, the Bobcat was the latest driver and now
Caracal is the latest available driver.
Change-Id: I3e2988dc79097645bab5d955a899fe64f3984023
diff --git a/images/cinder/Dockerfile b/images/cinder/Dockerfile
index c632be0..558d225 100644
--- a/images/cinder/Dockerfile
+++ b/images/cinder/Dockerfile
@@ -18,10 +18,10 @@
storpool.spopenstack
EOF
ADD --chmod=644 \
- https://github.com/storpool/storpool-openstack-integration/raw/master/drivers/cinder/openstack/bobcat/storpool.py \
+ 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/bobcat/storpool.py \
+ 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
diff --git a/images/glance/Dockerfile b/images/glance/Dockerfile
index 062924d..6f2700d 100644
--- a/images/glance/Dockerfile
+++ b/images/glance/Dockerfile
@@ -17,7 +17,7 @@
storpool.spopenstack
EOF
ADD --chmod=644 \
- https://github.com/storpool/storpool-openstack-integration/raw/master/drivers/os_brick/openstack/bobcat/storpool.py \
+ 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
diff --git a/images/nova/Dockerfile b/images/nova/Dockerfile
index eac8737..30517aa 100644
--- a/images/nova/Dockerfile
+++ b/images/nova/Dockerfile
@@ -21,7 +21,7 @@
storpool.spopenstack
EOF
ADD --chmod=644 \
- https://github.com/storpool/storpool-openstack-integration/raw/master/drivers/os_brick/openstack/bobcat/storpool.py \
+ 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
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.