Merge "Fixed template of IPsecSiteConnectionNotFound message"

This commit is contained in:
Jenkins 2014-09-03 05:21:40 +00:00 committed by Gerrit Code Review
commit fafc6cb5a7

View File

@ -32,7 +32,7 @@ class VPNServiceNotFound(qexception.NotFound):
class IPsecSiteConnectionNotFound(qexception.NotFound):
message = _("ipsec_site_connection %(ipsecsite_conn_id)s not found")
message = _("ipsec_site_connection %(ipsec_site_conn_id)s not found")
class IPsecSiteConnectionDpdIntervalValueError(qexception.InvalidInput):