From 8148200b6ab125363a9f56ef15863b8671c8804d Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotjagov Date: Thu, 18 Apr 2019 16:03:52 +0300 Subject: [PATCH] Drop libvirt-devel from kvm_distro_packages As far as we are linking libvirt-python inside venv, we do not need libvirt-devel anymore and it might not be installed. Change-Id: I289e04f5fe4f441e82cdd236b2ff865476a4f8d2 --- vars/redhat-7.yml | 1 - vars/suse.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index fb1c112d..5bec4c90 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -70,7 +70,6 @@ nova_compute_kvm_distro_packages: - libvirt-daemon-driver-qemu - libvirt-client - qemu-kvm-ev - - libvirt-devel - libvirt-python - nfs-utils - python-libguestfs diff --git a/vars/suse.yml b/vars/suse.yml index 2332a69a..61ea98f2 100644 --- a/vars/suse.yml +++ b/vars/suse.yml @@ -80,7 +80,6 @@ nova_compute_kvm_distro_packages: - qemu-block-iscsi - qemu-block-rbd - qemu-block-ssh - - libvirt-devel - libvirt-python - nfs-utils - python-libguestfs