From 63159495523fe63295107e8b0549631aba694c2f 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 f6bdcd7611..c45378aff2 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):