Merge "Install qemu-system in nova-libvirt on ubuntu"

This commit is contained in:
Zuul 2019-03-21 12:47:31 +00:00 committed by Gerrit Code Review
commit a7f0cd9349
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" %}