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 6760c2a + df51158 commit 72949dfCopy full SHA for 72949df
docker/nova/nova-libvirt/Dockerfile.j2
@@ -22,6 +22,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
22
'libvirt-daemon-config-nwfilter',
23
'libvirt-daemon-driver-nwfilter',
24
'openvswitch',
25
+ 'qemu-img',
26
'qemu-kvm',
27
'trousers'
28
] %}
@@ -49,6 +50,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
49
50
'python3-rbd',
51
'qemu-block-extra',
52
'qemu-system',
53
+ 'qemu-utils',
54
55
56
0 commit comments