From: Ihar Hrachyshka Date: Wed, 22 Jul 2015 10:54:53 +0000 (+0200) Subject: qos: kill get_namespace() from service plugin X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5d58a6877336089ccd89acee6edc2b7c9ee9ee3c;p=openstack-build%2Fneutron-build.git 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 --- 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."