Merge "nova-libvirt: in Debian qemu-kvm is x86 only"

This commit is contained in:
Zuul 2019-05-21 13:19:20 +00:00 committed by Gerrit Code Review
commit bbec9c7ba6

View File

@ -41,7 +41,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'openvswitch-switch',
'pm-utils',
'qemu-block-extra',
'qemu-kvm',
'qemu-system',
'trousers'
] %}
@ -50,6 +49,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set nova_libvirt_packages = nova_libvirt_packages + [
'qemu-efi'
] %}
{% elif base_arch == "x86_64" %}
{% set nova_libvirt_packages = nova_libvirt_packages + [
'qemu-kvm'
] %}
{% endif %}
{% if base_arch != "ppc64le" %}