Ensure that exception prints correct text.
Fixes bug 1095333 Change-Id: I5077108de8dacaab4bcf0d7236123f960676d591
This commit is contained in:
@@ -81,8 +81,8 @@ class ExternalNetworkInUse(qexception.InUse):
|
|||||||
|
|
||||||
|
|
||||||
class RouterExternalGatewayInUseByFloatingIp(qexception.InUse):
|
class RouterExternalGatewayInUseByFloatingIp(qexception.InUse):
|
||||||
message = _("Gateway cannot be updated for router %(router_id), since a "
|
message = _("Gateway cannot be updated for router %(router_id)s, since a "
|
||||||
"gateway to external network %(net_id) is required by one or "
|
"gateway to external network %(net_id)s is required by one or "
|
||||||
"more floating IPs.")
|
"more floating IPs.")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user