remove unused plugin.get_plugin_name()

This method does not seem to be used anymore:

http://codesearch.openstack.org/?q=get_plugin_name&i=nope&files=&repos=neutron,neutron-lib

Change-Id: I3a70bf296c849485194dd7df8f06ccc60dccbedc
This commit is contained in:
Thomas Morin 2018-03-29 12:17:09 +02:00 committed by Akihiro Motoki
parent e10993c98c
commit 49d91b8197
1 changed files with 0 additions and 3 deletions

View File

@ -499,9 +499,6 @@ class Vpnaas(extensions.ExtensionDescriptor):
@six.add_metaclass(abc.ABCMeta)
class VPNPluginBase(service_base.ServicePluginBase):
def get_plugin_name(self):
return nconstants.VPN
def get_plugin_type(self):
return nconstants.VPN