]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixed template of IPsecSiteConnectionNotFound message
authorIlya Shakhat <ishakhat@mirantis.com>
Tue, 26 Aug 2014 14:24:20 +0000 (18:24 +0400)
committerIlya Shakhat <ishakhat@mirantis.com>
Tue, 26 Aug 2014 14:24:20 +0000 (18:24 +0400)
Closes bug 1361044

Change-Id: I667f066e6187e953d467428e9990fa76adfc365b

neutron/extensions/vpnaas.py

index f6bdcd761172b262ea9053259261c746762b7ea2..c45378aff2245016eb198bc57e0175ec114847b6 100644 (file)
@@ -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):