Install qemu-kvm rather then qemu-system-x86

qemu-kvm comes from rdo, which support ceph.

Change-Id: I7b94ce5f35dd1fce58706f27d8db22d1fced23be
Closes-Bug: #1649009
This commit is contained in:
Jeffrey Zhang 2016-12-11 19:14:25 +08:00
parent 1f2e58b195
commit ba700d946a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ MAINTAINER {{ maintainer }}
RUN yum -y install \
libvirt-daemon \
libguestfs \
qemu-system-x86 \
qemu-kvm \
libvirt-daemon-driver-nwfilter \
libvirt-daemon-config-nwfilter \
libvirt-daemon-driver-lxc \