[stable/zed] fix: Install qemu-block-extra in nova, cinder, ironic images (#1224)

This is an automated cherry-pick of #1184
Depends-On: #1225
/assign mnaser
diff --git a/images/glance/Dockerfile b/images/glance/Dockerfile
index 1e2c5d6..2669327 100644
--- a/images/glance/Dockerfile
+++ b/images/glance/Dockerfile
@@ -38,7 +38,7 @@
 RUN <<EOF bash -xe
 apt-get update -qq
 apt-get install -qq -y --no-install-recommends \
-    ceph-common lsscsi nvme-cli python3-rados python3-rbd qemu-utils sysfsutils udev util-linux
+    ceph-common lsscsi nvme-cli python3-rados python3-rbd qemu-block-extra qemu-utils sysfsutils udev util-linux
 apt-get clean
 rm -rf /var/lib/apt/lists/*
 EOF