openstack-ansible-os_nova/releasenotes/notes/install_libvirt_daemon_centos-9826ecb428bce8a5.yaml
Dmitriy Rabotyagov 47007578b1 Install libvirt-deamon for RHEL systems
CentOS has upgraded their libivrt to version 9.3, where libvirt-daemon
is not installed as a dependency anymore. So we need to explicitly
isntall this package to restore functionality.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2209936

Change-Id: Ic6f2606b5a478c7a891c25bd131ad351a19699bc
2023-05-25 21:01:26 +00:00

8 lines
271 B
YAML

---
fixes:
- |
Fixes the absence of ``libvirtd.service`` on compute nodes.
With CentOS upgrading the libvirt version to 9.3.0, they do not
install libvirt-deamon as a dependency to libvirt-deamon-kvm
anymore. libvirt-deamon is installed explicitly now.