From 238689570145fdafe8e61967bb56133f167d39ab Mon Sep 17 00:00:00 2001 From: sushma_korati Date: Thu, 27 Mar 2014 15:03:45 +0530 Subject: [PATCH] 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 --- neutron/extensions/l3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/extensions/l3.py b/neutron/extensions/l3.py index 161b5b5d6..6c4de41cf 100644 --- a/neutron/extensions/l3.py +++ b/neutron/extensions/l3.py @@ -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): -- 2.45.2