Skip to content

Commit

Permalink
Ensure that exception prints correct text.
Browse files Browse the repository at this point in the history
Fixes bug 1095333

Change-Id: I5077108de8dacaab4bcf0d7236123f960676d591
  • Loading branch information
Gary Kotton committed Jan 2, 2013
1 parent 8061a78 commit 2d8bd42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/extensions/l3.py
Expand Up @@ -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.")


Expand Down

0 comments on commit 2d8bd42

Please sign in to comment.