Install qemu-system in nova-libvirt on ubuntu

In https://review.openstack.org/643308 we installed only the x86 qemu
emulator due to an issue in nova when installing all emulators via
qemu-system.

The nova issue should be fixed by https://review.openstack.org/643458,
at which point it should be safe to merge this patch.

Depends-On: https://review.openstack.org/643458
Change-Id: I1c045d85a8473725baf907d7c6ecb780b8f6748d
This commit is contained in:
Mark Goddard 2019-03-15 11:20:05 +00:00
parent cdcd5610e9
commit cf5b5b69a6
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'pm-utils',
'qemu-block-extra',
'qemu-kvm',
'qemu-system-x86'
'qemu-system'
] %}
{% if base_arch == "aarch64" %}