Regenerate the iSCSI and API Client patches

Change-Id: Ia691c1699e57822a0206fa865f8272cc68a72153
diff --git a/patches/openstack/cinder/use-os-brick-api-client.patch b/patches/openstack/cinder/use-os-brick-api-client.patch
index ec9cc76..0e23a25 100644
--- a/patches/openstack/cinder/use-os-brick-api-client.patch
+++ b/patches/openstack/cinder/use-os-brick-api-client.patch
@@ -1,4 +1,4 @@
-From e22f4c612183d4552ea3f4917537dd50963a5d26 Mon Sep 17 00:00:00 2001
+From 89a7a3bf5fb34198d595aa906cdf3ee9f6647f48 Mon Sep 17 00:00:00 2001
 From: Biser Milanov <biser.milanov@storpool.com>
 Date: Mon, 14 Oct 2024 14:25:22 +0300
 Subject: [PATCH] StorPool: Use os-brick instead of packages `storpool` and
@@ -12,9 +12,10 @@
 ---
  .../unit/volume/drivers/test_storpool.py      | 168 +++++++---------
  cinder/volume/drivers/storpool.py             | 183 +++++++++---------
+ .../drivers/storpool-volume-driver.rst        |   8 -
  ...-config-code-in-tree-92cfe30690b78ef1.yaml |   8 +
  requirements.txt                              |   2 +-
- 4 files changed, 173 insertions(+), 188 deletions(-)
+ 5 files changed, 173 insertions(+), 196 deletions(-)
  create mode 100644 releasenotes/notes/storpool-move-api-and-config-code-in-tree-92cfe30690b78ef1.yaml
 
 diff --git a/cinder/tests/unit/volume/drivers/test_storpool.py b/cinder/tests/unit/volume/drivers/test_storpool.py
@@ -673,6 +674,25 @@
              LOG.error('StorPool revert_to_snapshot(): could not revert '
                        'the %(vol_id)s volume to the %(snap_id)s snapshot: '
                        '%(err)s',
+diff --git a/doc/source/configuration/block-storage/drivers/storpool-volume-driver.rst b/doc/source/configuration/block-storage/drivers/storpool-volume-driver.rst
+index d2c5895a9..e9209b0cc 100644
+--- a/doc/source/configuration/block-storage/drivers/storpool-volume-driver.rst
++++ b/doc/source/configuration/block-storage/drivers/storpool-volume-driver.rst
+@@ -26,14 +26,6 @@ Prerequisites
+   images, then the node running the ``cinder-volume`` service must also have
+   access to the StorPool data network and run the ``storpool_block`` service.
+ 
+-* All nodes that need to access the StorPool API (the compute nodes and
+-  the node running the ``cinder-volume`` service) must have the following
+-  packages installed:
+-
+-  * storpool-config (part of the StorPool installation)
+-  * the storpool Python bindings package
+-  * the storpool.spopenstack Python helper package
+-
+ Configuring the StorPool volume driver
+ --------------------------------------
+ 
 diff --git a/releasenotes/notes/storpool-move-api-and-config-code-in-tree-92cfe30690b78ef1.yaml b/releasenotes/notes/storpool-move-api-and-config-code-in-tree-92cfe30690b78ef1.yaml
 new file mode 100644
 index 000000000..13c2cbd65