Changed the message line of RouterInUse class
Implements: Changed the message line of RouterInUse class, so user will not get confused with active or inactive ports while deleting the router. Closes-Bug: #1236372 Change-Id: I7a82550e2c6051f9e4940a8f1dd4401059e0a8d8
This commit is contained in:
committed by
vaibhav_kale
parent
e02e9e5b9d
commit
cf0ac92019
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user