Fixed template of IPsecSiteConnectionNotFound message
Closes bug 1361044 Change-Id: I667f066e6187e953d467428e9990fa76adfc365b
This commit is contained in:
parent
07aed08413
commit
6315949552
@ -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…
Reference in New Issue
Block a user