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