Merge "Add telemetry distro plugin install for aodh"

This commit is contained in:
Zuul 2019-02-07 15:30:38 +00:00 committed by Gerrit Code Review
commit 279da4328c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ tempest_service_distro_packages:
- subunit-filters
tempest_plugin_distro_packages:
- "{{ (tempest_service_available_aodh | bool) | ternary('python-telemetry-tests-tempest', '') }}"
- "{{ (tempest_service_available_barbican | bool) | ternary('python-barbican-tests-tempest', '') }}"
- "{{ (tempest_service_available_ceilometer | bool) | ternary('python-telemetry-tests-tempest', '') }}"
- "{{ (tempest_service_available_cinder | bool) | ternary('python-cinder-tests-tempest', '') }}"