From 5d58a6877336089ccd89acee6edc2b7c9ee9ee3c Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Wed, 22 Jul 2015 12:54:53 +0200 Subject: [PATCH] qos: kill get_namespace() from service plugin Its usage was removed as of I3c406910991c33cf959c5345d76153eabe3ace2d that is now included in feature/qos branch. Change-Id: Iddab10729cf12e3b7425c5d2298f2a6b3436289c --- neutron/extensions/qos.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/neutron/extensions/qos.py b/neutron/extensions/qos.py index 23d59eb90..e845e5334 100644 --- a/neutron/extensions/qos.py +++ b/neutron/extensions/qos.py @@ -111,12 +111,6 @@ class Qos(extensions.ExtensionDescriptor): def get_alias(cls): return "qos" - @classmethod - def get_namespace(cls): - #TODO(QoS): Remove, there's still a caller using it for log/debug - # which will crash otherwise - return None - @classmethod def get_description(cls): return "The Quality of Service extension." -- 2.45.2