Drop Bobcat driver for Storpool
diff --git a/images/cinder/Dockerfile b/images/cinder/Dockerfile
index fdace86..67205ec 100644
--- a/images/cinder/Dockerfile
+++ b/images/cinder/Dockerfile
@@ -17,12 +17,6 @@
storpool \
storpool.spopenstack
EOF
-ADD --chmod=644 \
- https://github.com/storpool/storpool-openstack-integration/raw/master/drivers/cinder/openstack/bobcat/storpool.py \
- /var/lib/openstack/lib/python3.10/site-packages/cinder/volume/drivers/storpool.py
-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
diff --git a/images/glance/Dockerfile b/images/glance/Dockerfile
index 553aabe..f92dd1b 100644
--- a/images/glance/Dockerfile
+++ b/images/glance/Dockerfile
@@ -17,9 +17,6 @@
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
diff --git a/images/nova/Dockerfile b/images/nova/Dockerfile
index 6841971..6f52d37 100644
--- a/images/nova/Dockerfile
+++ b/images/nova/Dockerfile
@@ -15,9 +15,6 @@
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}
ADD https://github.com/novnc/noVNC.git#v1.4.0 /usr/share/novnc