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

This package provides just a wrapper script /usr/bin/kvm which run
qemu-system-x86 in kvm mode for backwards compatibility.

Change-Id: I0cc03a1ab5a79ae49fa7d13ac549e21d3ec5295d
This commit is contained in:
Marcin Juszkiewicz 2019-05-06 12:36:43 +02:00
parent 9e9e31ed2c
commit 408554475b

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" %}