Merge "Fixed template of IPsecSiteConnectionNotFound message"
This commit is contained in:
commit
fafc6cb5a7
@ -32,7 +32,7 @@ class VPNServiceNotFound(qexception.NotFound):
|
|||||||
|
|
||||||
|
|
||||||
class IPsecSiteConnectionNotFound(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):
|
class IPsecSiteConnectionDpdIntervalValueError(qexception.InvalidInput):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user