Merge "[TrivialFix] Deprecate unused NeutronController class"

This commit is contained in:
Jenkins 2016-06-02 23:34:13 +00:00 committed by Gerrit Code Review
commit 8054e0c11a
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