]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Ensure that exception prints correct text.
authorGary Kotton <gkotton@redhat.com>
Wed, 2 Jan 2013 15:31:25 +0000 (15:31 +0000)
committerGary Kotton <gkotton@redhat.com>
Wed, 2 Jan 2013 15:31:25 +0000 (15:31 +0000)
Fixes bug 1095333

Change-Id: I5077108de8dacaab4bcf0d7236123f960676d591

quantum/extensions/l3.py

index 63f03862cb1494844320ac23947a9ece606b1b70..d0eba515217da017a1149949e3b14eea62e2c938 100644 (file)
@@ -81,8 +81,8 @@ class ExternalNetworkInUse(qexception.InUse):
 
 
 class RouterExternalGatewayInUseByFloatingIp(qexception.InUse):
-    message = _("Gateway cannot be updated for router %(router_id), since a "
-                "gateway to external network %(net_id) is required by one or "
+    message = _("Gateway cannot be updated for router %(router_id)s, since a "
+                "gateway to external network %(net_id)s is required by one or "
                 "more floating IPs.")