Browse code

Merge "Restore qemu-kvm install for CentOS"

Zuul authored on 2017/11/18 03:43:23
Showing 1 changed files
... ...
@@ -72,6 +72,13 @@ function install_libvirt {
72 72
         pip_install_gr libvirt-python
73 73
         #pip_install_gr <there-si-no-guestfs-in-pypi>
74 74
     elif is_fedora || is_suse; then
75
+
76
+        # Note that in CentOS/RHEL this needs to come from the RDO
77
+        # repositories (qemu-kvm-ev ... which provides this package)
78
+        # as the base system version is too old.  We should have
79
+        # pre-installed these
80
+        install_package qemu-kvm
81
+
75 82
         install_package libvirt libvirt-devel
76 83
         pip_uninstall libvirt-python
77 84
         pip_install_gr libvirt-python