We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5da2ff0 + ffa0d52 commit 47bd86eCopy full SHA for 47bd86e
docker/nova/nova-compute/Dockerfile.j2
@@ -28,6 +28,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
28
'python3-libguestfs',
29
'python3-oslo-vmware',
30
'python3-rtslib',
31
+ 'qemu-kvm-block-rbd',
32
'sysfsutils',
33
'targetcli',
34
'xfsprogs'
@@ -68,6 +69,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
68
69
'python3-rados',
70
'python3-rbd',
71
'python3-rtslib-fb',
72
+ 'qemu-block-extra',
73
'sasl2-bin',
74
75
'targetcli-fb',
0 commit comments