Merge "Fix the wrong default of tempest::panko_available"

This commit is contained in:
Zuul 2021-08-09 18:29:17 +00:00 committed by Gerrit Code Review
commit c50bc609d2
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ class tempest(
$neutron_fwaas_available = undef,
$congress_available = undef,
$img_dir = undef,
$panko_available = false,
$panko_available = undef,
) {
if !is_service_default($tempest_roles) and !empty($tempest_roles){