Fix undesired multi line message
... to allow users to parse the message more easily. Change-Id: Iba1414d96521cda921ea0184008ce6c0ad817d94
This commit is contained in:
		@@ -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.')
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user