Add updated Storpool drivers to images (#1150)

Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/images/glance/Dockerfile b/images/glance/Dockerfile
index 9b77fd3..7171659 100644
--- a/images/glance/Dockerfile
+++ b/images/glance/Dockerfile
@@ -24,8 +24,13 @@
 pip3 install \
     --constraint /upper-constraints.txt \
         /src/glance \
-        /src/glance_store[cinder]
+        /src/glance_store[cinder] \
+        storpool \
+        storpool.spopenstack
 EOF
+ADD --chmod=644 \
+    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 registry.atmosphere.dev/library/openstack-python-runtime:${RELEASE}
 RUN <<EOF bash -xe