From cf5b5b69a6709031f5d7fbd075d14c023cd3a4e3 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Fri, 15 Mar 2019 11:20:05 +0000 Subject: [PATCH] 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 --- docker/nova/nova-libvirt/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nova/nova-libvirt/Dockerfile.j2 b/docker/nova/nova-libvirt/Dockerfile.j2 index a8311e4189..05a9ead7c2 100644 --- a/docker/nova/nova-libvirt/Dockerfile.j2 +++ b/docker/nova/nova-libvirt/Dockerfile.j2 @@ -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" %}