Skip to content

Commit df51158

Browse files
yoctozeptopriteau
authored andcommitted
Add qemu-img also in nova-libvirt image
This is noop on CentOS (it was installed as a dep already - better be explicit) but installs qemu-img (and other qemu utils) on Debian and Ubuntu. qemu-img may be used by libvirtd to create non-raw images as it happens, e.g., when Kolla's libvirtd is used by tenks. Change-Id: Ib79b8486f4d5064e4f249201d28cf5d6541c69ef (cherry picked from commit 0236bc6)
1 parent b779128 commit df51158

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/nova/nova-libvirt/Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2222
'libvirt-daemon-config-nwfilter',
2323
'libvirt-daemon-driver-nwfilter',
2424
'openvswitch',
25+
'qemu-img',
2526
'qemu-kvm',
2627
'trousers'
2728
] %}
@@ -49,6 +50,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
4950
'python3-rbd',
5051
'qemu-block-extra',
5152
'qemu-system',
53+
'qemu-utils',
5254
'trousers'
5355
] %}
5456

0 commit comments

Comments
 (0)