Fix typo in barbican package

Change-Id: I94f00262273aef83444f68784534eb5d054a61ca
This commit is contained in:
Arx Cruz 2019-08-26 13:03:38 +02:00
parent 5471034b8a
commit 3508fade1f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ tempest_service_distro_packages:
tempest_plugin_distro_packages:
- "{{ (tempest_service_available_aodh | bool) | ternary('python3-telemetry-tests-tempest', '') }}"
- "{{ (tempest_service_available_barbican | bool) | ternary('pytho3n-barbican-tests-tempest', '') }}"
- "{{ (tempest_service_available_barbican | bool) | ternary('python3-barbican-tests-tempest', '') }}"
- "{{ (tempest_service_available_ceilometer | bool) | ternary('python3-telemetry-tests-tempest', '') }}"
- "{{ (tempest_service_available_cinder | bool) | ternary('python3-cinder-tests-tempest', '') }}"
- "{{ (tempest_service_available_congress | bool) | ternary('python3-congress-tests-tempest', '') }}"