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
This commit is contained in:
Jonathan Rosser 2019-10-04 19:41:42 +01:00
parent 450dc340fe
commit 0841c1cd6f
3 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ libvirt_service_name: libvirtd
nova_distro_packages:
- git
- iptables
- libxml2
nova_devel_distro_packages:
- libsystemd-dev

View File

@ -22,6 +22,7 @@ libvirt_service_name: libvirtd
nova_distro_packages:
- git
- iptables
- libxml2
- systemd-python
nova_devel_distro_packages:

View File

@ -23,6 +23,7 @@ libvirt_service_name: libvirtd
nova_distro_packages:
- git-core
- iptables
- libxml2
nova_devel_distro_packages:
- libxml2-devel