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:
parent
15417480bf
commit
c5e7333610
@ -15,6 +15,7 @@
|
||||
|
||||
glance_distro_packages:
|
||||
- git
|
||||
- libxml2
|
||||
- nfs-utils
|
||||
- rpcbind
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
glance_distro_packages:
|
||||
- git-core
|
||||
- libxml2
|
||||
- nfs-utils
|
||||
- rpcbind
|
||||
|
||||
|
@ -19,6 +19,7 @@ cache_timeout: 600
|
||||
# Common apt packages
|
||||
glance_distro_packages:
|
||||
- git
|
||||
- libxml2
|
||||
- nfs-common
|
||||
- rpcbind
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user