Skip to content

Commit 6478d7a

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Restore qemu-kvm install for CentOS"
2 parents adab96a + 0d0b690 commit 6478d7a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/nova_plugins/functions-libvirt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ function install_libvirt {
7272
pip_install_gr libvirt-python
7373
#pip_install_gr <there-si-no-guestfs-in-pypi>
7474
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+
7582
install_package libvirt libvirt-devel
7683
pip_uninstall libvirt-python
7784
pip_install_gr libvirt-python

0 commit comments

Comments
 (0)