Fix the failure to launch instance when enabled Ceph
We need install qemu-kvm package which come from the Cloud SIG rather then qemu-system-x86 which come from EPEL. Change-Id: Ibd027069771552d3db0e4fe0c7406ddd1bfc0673 Closes-Bug: #1631984
This commit is contained in:
parent
5a427a941f
commit
255198e742
@ -10,7 +10,7 @@ MAINTAINER {{ maintainer }}
|
|||||||
{% set nova_libvirt_packages = [
|
{% set nova_libvirt_packages = [
|
||||||
'libvirt-daemon',
|
'libvirt-daemon',
|
||||||
'libguestfs',
|
'libguestfs',
|
||||||
'qemu-system-x86',
|
'qemu-kvm',
|
||||||
'libvirt-daemon-driver-nwfilter',
|
'libvirt-daemon-driver-nwfilter',
|
||||||
'libvirt-daemon-config-nwfilter',
|
'libvirt-daemon-config-nwfilter',
|
||||||
'libvirt-daemon-driver-lxc',
|
'libvirt-daemon-driver-lxc',
|
||||||
|
Loading…
Reference in New Issue
Block a user