Merge "nova-libvirt: in Debian qemu-kvm is x86 only"
This commit is contained in:
commit
bbec9c7ba6
@ -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" %}
|
||||
|
Loading…
Reference in New Issue
Block a user