Merge "Changed the message line of RouterInUse class"

This commit is contained in:
Jenkins 2014-04-03 07:35:11 +00:00 committed by Gerrit Code Review
commit 5502658c18

View File

@ -30,7 +30,7 @@ class RouterNotFound(qexception.NotFound):
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):