Merge "Fix undesired multi line message"

This commit is contained in:
Zuul 2024-11-11 16:16:44 +00:00 committed by Gerrit Code Review
commit 862123cd98

View File

@ -1058,8 +1058,7 @@ class tempest(
Tempest_config<||> -> Tempest_neutron_net_id_setter['network/public_network_id']
Keystone_user_role<||> -> Tempest_neutron_net_id_setter['network/public_network_id']
} elsif ($public_network_name and $public_network_id) or (! $public_network_name and ! $public_network_id) {
fail('A value for either public_network_id or public_network_name \
must be provided.')
fail('A value for either public_network_id or public_network_name must be provided.')
}
}
}