Ensure that libxslt is present

Tempest uses the unittest2 python module, which requires libxslt
at runtime. This patch ensures that the xslt library is present.

This library was discovered to be missing from the utility container
on a bionic aarch64 build.

Change-Id: I88d64fae2cf24a304ff26deac1daf44b63be1682
This commit is contained in:
Jonathan Rosser 2018-11-26 11:26:37 +00:00
parent 3c69125301
commit 4b348bfdfb
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
tempest_distro_packages:
- git
- libxslt # required by the python module unittest2
tempest_service_distro_packages:
- openstack-tempest

View File

@ -16,6 +16,7 @@
tempest_distro_packages:
- git-core
- libxslt # required by the python module unittest2
tempest_service_distro_packages:
- openstack-tempest

View File

@ -20,6 +20,7 @@ _stestr_executable: "{{ (tempest_install_method == 'distro') | ternary('testr',
tempest_distro_packages:
- git-core
- libxslt1.1 # required by the python module unittest2
tempest_service_distro_packages:
- tempest