Remove uneeded variable AGENT_NAME

Fixes bug: 1243464

Change-Id: I833dd64e98c679c050aa958576c7726bfa15cc8e
This commit is contained in:
Aaron Rosen 2013-10-18 15:36:58 -07:00
parent 7ce5368ee0
commit 8c73357def
5 changed files with 0 additions and 9 deletions

View File

@ -26,8 +26,6 @@ from neutron.tests.unit import test_security_groups_rpc as test_sg_rpc
PLUGIN_NAME = ('neutron.plugins.linuxbridge.'
'lb_neutron_plugin.LinuxBridgePluginV2')
AGENT_NAME = ('neutron.plugins.linuxbridge.'
'agent.linuxbridg_neutron_agent.LinuxBridgeNeutronAgentRPC')
NOTIFIER = ('neutron.plugins.linuxbridge.'
'lb_neutron_plugin.AgentNotifierApi')

View File

@ -25,8 +25,6 @@ from neutron.tests.unit import test_security_groups_rpc as test_sg_rpc
PLUGIN_NAME = ('neutron.plugins.mlnx.'
'mlnx_plugin.MellanoxEswitchPlugin')
AGENT_NAME = ('neutron.plugins.mlnx.'
'agent.eswitch_neutron_agent.MlnxEswitchNeutronAgent')
NOTIFIER = ('neutron.plugins.mlnx.'
'agent_notify_api.AgentNotifierApi')

View File

@ -29,7 +29,6 @@ from neutron.tests.unit import test_security_groups_rpc as test_sg_rpc
PLUGIN_NAME = test_nec_plugin.PLUGIN_NAME
OFC_MANAGER = 'neutron.plugins.nec.nec_plugin.ofc_manager.OFCManager'
AGENT_NAME = 'neutron.plugins.nec.agent.nec_neutron_agent.NECNeutronAgent'
NOTIFIER = 'neutron.plugins.nec.nec_plugin.NECPluginV2AgentNotifierApi'

View File

@ -25,8 +25,6 @@ from neutron.tests.unit import test_security_groups_rpc as test_sg_rpc
PLUGIN_NAME = ('neutron.plugins.openvswitch.'
'ovs_neutron_plugin.OVSNeutronPluginV2')
AGENT_NAME = ('neutron.plugins.openvswitch.'
'agent.ovs_neutron_agent.OVSNeutronAgent')
NOTIFIER = ('neutron.plugins.openvswitch.'
'ovs_neutron_plugin.AgentNotifierApi')

View File

@ -28,8 +28,6 @@ from neutron.tests.unit import test_security_groups_rpc as test_sg_rpc
PLUGIN_NAME = ('neutron.plugins.ryu.'
'ryu_neutron_plugin.RyuNeutronPluginV2')
AGENT_NAME = ('neutron.plugins.ryu.'
'agent.ryu_neutron_agent.OVSNeutronOFPRyuAgent')
NOTIFIER = ('neutron.plugins.ryu.'
'ryu_neutron_plugin.AgentNotifierApi')