From bcbc2099d27e2843ad59e08ea1aaa042083809e6 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 8 Sep 2020 13:57:41 +0300 Subject: [PATCH] Bump libvirt version to prevent compute failure libvirt-python 6.7.0 makes nova-compute with [1] Since urls can't be used with constraints, we're bumping libvirt-python right in the requirements. [1] http://paste.openstack.org/show/797571/ Change-Id: Ie05c8c2b7e0afe1aa7f84468e22f80debb689232 --- vars/redhat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/redhat.yml b/vars/redhat.yml index f74b3a27..27878a4e 100644 --- a/vars/redhat.yml +++ b/vars/redhat.yml @@ -77,7 +77,7 @@ nova_compute_kvm_packages_to_symlink: |- nova_compute_kvm_pip_packages: - http://download.libguestfs.org/python/guestfs-1.40.2.tar.gz - - libvirt-python + - libvirt-python==6.6.0 nova_compute_ksm_packages: - ksmtuned