Upgrade Storpool driver to Bobcat
When we released, the Antelope was the latest driver and now
Bobcat is the latest available driver.
Depends-On: https://review.vexxhost.dev/c/atmosphere/+/556
Change-Id: I3e2988dc79097645bab5d955a899fe64f3984023
(cherry picked from commit 4672c4c8d23af35ff9fe43950787167b3a992012)
diff --git a/images/cinder/Dockerfile b/images/cinder/Dockerfile
index cf77fe7..13540be 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/antelope/storpool.py \
+ https://github.com/storpool/storpool-openstack-integration/raw/master/drivers/cinder/openstack/bobcat/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/antelope/storpool.py \
+ https://github.com/storpool/storpool-openstack-integration/raw/master/drivers/os_brick/openstack/bobcat/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 bcd67db..b336ce5 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/antelope/storpool.py \
+ https://github.com/storpool/storpool-openstack-integration/raw/master/drivers/os_brick/openstack/bobcat/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 a3a39a6..31bf2a8 100644
--- a/images/nova/Dockerfile
+++ b/images/nova/Dockerfile
@@ -19,7 +19,7 @@
storpool.spopenstack
EOF
ADD --chmod=644 \
- https://github.com/storpool/storpool-openstack-integration/raw/master/drivers/os_brick/openstack/antelope/storpool.py \
+ https://github.com/storpool/storpool-openstack-integration/raw/master/drivers/os_brick/openstack/bobcat/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-bobcat-525bae827bef1f62.yaml b/releasenotes/notes/bump-storpool-bobcat-525bae827bef1f62.yaml
new file mode 100644
index 0000000..e20a1ce
--- /dev/null
+++ b/releasenotes/notes/bump-storpool-bobcat-525bae827bef1f62.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - The Storpool driver has been updated from the Antelope release to the Bobcat
+ release.