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-rm-copy-volimg.patch b/patches/openstack/cinder/sep-sp-rm-copy-volimg.patch
index 6fe2319..5a68f76 100644
--- a/patches/openstack/cinder/sep-sp-rm-copy-volimg.patch
+++ b/patches/openstack/cinder/sep-sp-rm-copy-volimg.patch
@@ -1,4 +1,4 @@
-From 7daed00eb1208ed62a9bd7f8432ed6d48b2efb01 Mon Sep 17 00:00:00 2001
+From d2a67266ecc5a9b851b589da1839b74deaec3585 Mon Sep 17 00:00:00 2001
From: Peter Penchev <openstack-dev@storpool.com>
Date: Mon, 26 Sep 2022 16:04:36 +0300
Subject: [PATCH 3/9] StorPool: drop copy_image_to_volume() and
@@ -14,10 +14,10 @@
1 file changed, 45 deletions(-)
diff --git a/cinder/volume/drivers/storpool.py b/cinder/volume/drivers/storpool.py
-index c595c1c0c..37e36fd61 100644
+index 9414bc62a..6c67ae567 100644
--- a/cinder/volume/drivers/storpool.py
+++ b/cinder/volume/drivers/storpool.py
-@@ -315,51 +315,6 @@ class StorPoolDriver(driver.VolumeDriver):
+@@ -314,51 +314,6 @@ class StorPoolDriver(driver.VolumeDriver):
'pools': pools
}