Install missing libxml2 distro package

In order to run the glance-api service, the libxml2 library is required,
or the following error will be returned when starting the service:

error while loading shared libraries: libxml2.so.2: cannot open shared object file

To ensure that the library is installed, we add the required package to
the base glance packages.

Depends-On: https://review.openstack.org/613030
Change-Id: I4f2c5df598473152bf319296355b57f4826b3554
This commit is contained in:
Jesse Pretorius 2018-10-23 14:43:14 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 15417480bf
commit c5e7333610
3 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
glance_distro_packages:
- git
- libxml2
- nfs-utils
- rpcbind

View File

@ -16,6 +16,7 @@
glance_distro_packages:
- git-core
- libxml2
- nfs-utils
- rpcbind

View File

@ -19,6 +19,7 @@ cache_timeout: 600
# Common apt packages
glance_distro_packages:
- git
- libxml2
- nfs-common
- rpcbind