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:
Jeffrey Zhang 2016-10-12 01:28:17 +08:00
parent 5a427a941f
commit 255198e742
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ MAINTAINER {{ maintainer }}
{% set nova_libvirt_packages = [
'libvirt-daemon',
'libguestfs',
'qemu-system-x86',
'qemu-kvm',
'libvirt-daemon-driver-nwfilter',
'libvirt-daemon-config-nwfilter',
'libvirt-daemon-driver-lxc',