Merge "Changed the message line of RouterInUse class"
This commit is contained in:
commit
f28f741214
@ -30,7 +30,7 @@ class RouterNotFound(qexception.NotFound):
|
|||||||
|
|
||||||
|
|
||||||
class RouterInUse(qexception.InUse):
|
class RouterInUse(qexception.InUse):
|
||||||
message = _("Router %(router_id)s still has active ports")
|
message = _("Router %(router_id)s still has ports")
|
||||||
|
|
||||||
|
|
||||||
class RouterInterfaceNotFound(qexception.NotFound):
|
class RouterInterfaceNotFound(qexception.NotFound):
|
||||||
|
Loading…
Reference in New Issue
Block a user