[TrivialFix] Deprecate unused NeutronController class

Change-Id: I2bb527c7833a50642ff517adb926f5d274e3d302
This commit is contained in:
Henry Gessau 2016-05-13 10:54:13 -04:00
parent 96a195c064
commit 9b8bf7d25c
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,7 @@
import functools
from debtcollector import removals
import netaddr
from neutron_lib import exceptions
from oslo_config import cfg
@ -313,6 +314,9 @@ class NoSortingHelper(SortingHelper):
pass
@removals.removed_class('NeutronController',
version='newton',
removal_version='ocata')
class NeutronController(object):
"""Base controller class for Neutron API."""
# _resource_name will be redefined in sub concrete controller