Fix undesired multi line message

... to allow users to parse the message more easily.

Change-Id: Iba1414d96521cda921ea0184008ce6c0ad817d94
This commit is contained in:
Takashi Kajinami 2024-11-10 13:00:13 +09:00
parent f41a63ebce
commit 65a19e15d2

View File

@ -1054,8 +1054,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.')
}
}
}