From 0841c1cd6fc6c7c0e0404cd5258c366850144f50 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Fri, 4 Oct 2019 19:41:42 +0100 Subject: [PATCH] Ensure libxml2 is available In [1] many spurious packages were removed, and libxml2 was probably a dependancy of a removed package. Add libxml2 as an explicit requirement. [1] https://review.opendev.org/662585 Change-Id: I6160b53ccfb161b8b8a161971795fd4962d86201 --- vars/debian.yml | 1 + vars/redhat.yml | 1 + vars/suse.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/vars/debian.yml b/vars/debian.yml index 54c4db15..2cb41b1a 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -23,6 +23,7 @@ libvirt_service_name: libvirtd nova_distro_packages: - git - iptables + - libxml2 nova_devel_distro_packages: - libsystemd-dev diff --git a/vars/redhat.yml b/vars/redhat.yml index 6636a8a4..0a1e6c43 100644 --- a/vars/redhat.yml +++ b/vars/redhat.yml @@ -22,6 +22,7 @@ libvirt_service_name: libvirtd nova_distro_packages: - git - iptables + - libxml2 - systemd-python nova_devel_distro_packages: diff --git a/vars/suse.yml b/vars/suse.yml index 699a0544..87d184da 100644 --- a/vars/suse.yml +++ b/vars/suse.yml @@ -23,6 +23,7 @@ libvirt_service_name: libvirtd nova_distro_packages: - git-core - iptables + - libxml2 nova_devel_distro_packages: - libxml2-devel