Update the StorPool Cinder patches
Catch up with the upstream removal of the use of the Python
"six" library from the StorPool driver.
Change-Id: If8a5d3dcac2a27473f87f57b6802b44dc651ea29
diff --git a/patches/openstack/cinder/sep-sp-clone-across-pools.patch b/patches/openstack/cinder/sep-sp-clone-across-pools.patch
index 4862989..83b0d5b 100644
--- a/patches/openstack/cinder/sep-sp-clone-across-pools.patch
+++ b/patches/openstack/cinder/sep-sp-clone-across-pools.patch
@@ -1,7 +1,7 @@
-From 381f77449f30d9a860eeef532963e21f895c00e9 Mon Sep 17 00:00:00 2001
+From 74917a3b748324de3f8556dde0b983ecfa77520f Mon Sep 17 00:00:00 2001
From: Peter Penchev <openstack-dev@storpool.com>
Date: Wed, 22 Jun 2022 10:48:25 +0300
-Subject: [PATCH 09/10] StorPool: declare the clone_across_pools capability
+Subject: [PATCH 8/9] StorPool: declare the clone_across_pools capability
Change-Id: I5338c6c4f53a448e495f695cd64b36b722cd947d
---
@@ -12,10 +12,10 @@
create mode 100644 releasenotes/notes/storpool-clone-across-pools-b3f7923dee35503a.yaml
diff --git a/cinder/volume/drivers/storpool.py b/cinder/volume/drivers/storpool.py
-index 5b4ea0d31..b15a201c3 100644
+index 131ba68fb..caa0ce06e 100644
--- a/cinder/volume/drivers/storpool.py
+++ b/cinder/volume/drivers/storpool.py
-@@ -362,6 +362,7 @@ class StorPoolDriver(driver.VolumeDriver):
+@@ -361,6 +361,7 @@ class StorPoolDriver(driver.VolumeDriver):
'driver_version': self.VERSION,
'storage_protocol': constants.STORPOOL,
# Driver capabilities
@@ -24,7 +24,7 @@
# The actual pools data
'pools': pools
diff --git a/doc/source/reference/support-matrix.ini b/doc/source/reference/support-matrix.ini
-index 3bb2be72b..7964d9807 100644
+index 243993fe8..89c894a41 100644
--- a/doc/source/reference/support-matrix.ini
+++ b/doc/source/reference/support-matrix.ini
@@ -1115,7 +1115,7 @@ driver.rbd=missing
@@ -49,5 +49,5 @@
+ which allows it to create a volume into an arbitrary StorPool-backed
+ volume type from a StorPool-backed Glance image.
--
-2.42.0
+2.43.0