[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/ironic/Dockerfile b/images/ironic/Dockerfile
index aeb0ac4..35d0a86 100644
--- a/images/ironic/Dockerfile
+++ b/images/ironic/Dockerfile
@@ -30,7 +30,7 @@
 RUN <<EOF bash -xe
 apt-get update -qq
 apt-get install -qq -y --no-install-recommends \
-    ethtool ipmitool iproute2 ipxe lshw qemu-utils tftpd-hpa
+    ethtool ipmitool iproute2 ipxe lshw qemu-block-extra qemu-utils tftpd-hpa
 apt-get clean
 rm -rf /var/lib/apt/lists/*
 EOF