Merge "Install qemu-kvm instead of kvm package on Ubuntu"

This commit is contained in:
Jenkins 2014-03-28 13:45:55 +00:00 committed by Gerrit Code Review
commit 4c0e728780
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ iptables
ebtables
sqlite3
sudo
kvm # NOPRIME
qemu-kvm # NOPRIME
qemu # dist:wheezy,jessie NOPRIME
libvirt-bin # NOPRIME
libjs-jquery-tablesorter # Needed for coverage html reports

View File

@ -18,7 +18,7 @@ DEBUG_LIBVIRT=$(trueorfalse False $DEBUG_LIBVIRT)
# Installs required distro-specific libvirt packages.
function install_libvirt {
if is_ubuntu; then
install_package kvm
install_package qemu-kvm
install_package libvirt-bin
install_package python-libvirt
install_package python-guestfs