[stable/zed] Add updated Storpool drivers to images (#1155)
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/images/glance/Dockerfile b/images/glance/Dockerfile
index dae55ee..3e1756c 100644
--- a/images/glance/Dockerfile
+++ b/images/glance/Dockerfile
@@ -26,8 +26,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/zed/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