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: Iea50c7d0e5fcf6d440584ccb67e8d547d698c0d3
This commit is contained in:
Thomas Morin 2018-03-29 11:55:34 +02:00
parent a5804afcb9
commit e0722ab5ef
1 changed files with 0 additions and 3 deletions

View File

@ -72,9 +72,6 @@ class DFBgpPlugin(service_base.ServicePluginBase,
super(DFBgpPlugin, self).__init__()
self._register_callbacks()
def get_plugin_name(self):
return bgp_ext.BGP_EXT_ALIAS + '_svc_plugin'
def get_plugin_type(self):
return bgp_ext.BGP_EXT_ALIAS