Merge "Ensure that libxslt is present"

This commit is contained in:
Zuul 2018-12-01 11:51:55 +00:00 committed by Gerrit Code Review
commit 75733b0267
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