From a2ea7362111e2647477e503a53f650ce847753f7 Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Tue, 26 Aug 2014 18:24:20 +0400 Subject: [PATCH] Fixed template of IPsecSiteConnectionNotFound message Closes bug 1361044 Change-Id: I667f066e6187e953d467428e9990fa76adfc365b --- neutron/extensions/vpnaas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/extensions/vpnaas.py b/neutron/extensions/vpnaas.py index f6bdcd761..c45378aff 100644 --- a/neutron/extensions/vpnaas.py +++ b/neutron/extensions/vpnaas.py @@ -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): -- 2.45.2