]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
qos: kill get_namespace() from service plugin
authorIhar Hrachyshka <ihrachys@redhat.com>
Wed, 22 Jul 2015 10:54:53 +0000 (12:54 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Thu, 23 Jul 2015 11:48:35 +0000 (13:48 +0200)
Its usage was removed as of I3c406910991c33cf959c5345d76153eabe3ace2d
that is now included in feature/qos branch.

Change-Id: Iddab10729cf12e3b7425c5d2298f2a6b3436289c

neutron/extensions/qos.py

index 23d59eb900fcab302e178a70d30412e0c38c9322..e845e533435508a2591784e4541268abdf32b309 100644 (file)
@@ -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."