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
install this package to restore functionality.

That is a follow-up patch to [2] which fixed only EL8 but not EL9.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2209936
[2] https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/884380

Change-Id: I4fe88fdb0e185a01e00cf0655cd96b8986dd17ff
This commit is contained in:
Dmitriy Rabotyagov 2023-10-11 17:44:29 +02:00
parent 29fd9613ea
commit f47be5b4f8

View File

@ -61,6 +61,7 @@ nova_compute_barbican_distro_packages:
- cryptsetup
nova_compute_kvm_distro_packages:
- libvirt-daemon
- libvirt-daemon-kvm
- qemu-kvm
- libvirt-client