From: Ilya Shakhat Date: Tue, 26 Aug 2014 14:24:20 +0000 (+0400) Subject: Fixed template of IPsecSiteConnectionNotFound message X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a2ea7362111e2647477e503a53f650ce847753f7;p=openstack-build%2Fneutron-build.git Fixed template of IPsecSiteConnectionNotFound message Closes bug 1361044 Change-Id: I667f066e6187e953d467428e9990fa76adfc365b --- 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):