Fix install_libvirt for other RHEL-based distros

Since https://review.openstack.org/#/c/438325 landed
it only works for Centos 7, but not for other
RHEL-based distributions: Virtuozzo and, probably, RHEV.

Both of above have own version for qemu-kvm package: qemu-kvm-vz and qemu-kvm-rhev,
accordingly. These packages provide "qemu-kvm", like qemu-kvm-ev,
and, when you call "yum install qemu-kvm", they replace the default OS package.

Change-Id: I46da627c0da8925064862fdc283db81591979285
(cherry picked from 008aa3e095)
This commit is contained in:
Evgeny Antyshev 2017-03-02 11:14:25 +00:00 committed by Ian Wienand
parent eec5c1a5a9
commit 53bc172448
1 changed files with 5 additions and 7 deletions

View File

@ -39,13 +39,11 @@ function install_libvirt {
fi
if [[ ${DISTRO} =~ "rhel7" ]]; then
# On centos7 install the qemu-kvm-ev package, which is a
# later version of qemu-kvm rebuilt from the qemu-kvm-rhev
# package by the virt SIG (as required by nova). This
# package is only provided for RHOS (openstack) or RHV
# (ovirt) in RHEL. We have already insalled the RDO
# repositories which provide this.
install_package qemu-kvm-ev
# This should install the latest qemu-kvm build,
# which is called qemu-kvm-ev in centos7
# (as the default OS qemu-kvm package is usually rather old,
# and should be updated by above)
install_package qemu-kvm
fi
install_package libvirt libvirt-devel