From f47be5b4f8fd886c55b62866295915ad77179c16 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 11 Oct 2023 17:44:29 +0200 Subject: [PATCH] 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 --- vars/redhat-9.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/redhat-9.yml b/vars/redhat-9.yml index 8861bf1c..54473df8 100644 --- a/vars/redhat-9.yml +++ b/vars/redhat-9.yml @@ -61,6 +61,7 @@ nova_compute_barbican_distro_packages: - cryptsetup nova_compute_kvm_distro_packages: + - libvirt-daemon - libvirt-daemon-kvm - qemu-kvm - libvirt-client