Merge "Remove uneeded variable AGENT_NAME"

This commit is contained in:
Jenkins 2013-10-25 21:13:13 +00:00 committed by Gerrit Code Review
commit 7bb750e11d
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.' PLUGIN_NAME = ('neutron.plugins.linuxbridge.'
'lb_neutron_plugin.LinuxBridgePluginV2') 'lb_neutron_plugin.LinuxBridgePluginV2')
AGENT_NAME = ('neutron.plugins.linuxbridge.'
'agent.linuxbridg_neutron_agent.LinuxBridgeNeutronAgentRPC')
NOTIFIER = ('neutron.plugins.linuxbridge.' NOTIFIER = ('neutron.plugins.linuxbridge.'
'lb_neutron_plugin.AgentNotifierApi') '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.' PLUGIN_NAME = ('neutron.plugins.mlnx.'
'mlnx_plugin.MellanoxEswitchPlugin') 'mlnx_plugin.MellanoxEswitchPlugin')
AGENT_NAME = ('neutron.plugins.mlnx.'
'agent.eswitch_neutron_agent.MlnxEswitchNeutronAgent')
NOTIFIER = ('neutron.plugins.mlnx.' NOTIFIER = ('neutron.plugins.mlnx.'
'agent_notify_api.AgentNotifierApi') '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 PLUGIN_NAME = test_nec_plugin.PLUGIN_NAME
OFC_MANAGER = 'neutron.plugins.nec.nec_plugin.ofc_manager.OFCManager' 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' 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.' PLUGIN_NAME = ('neutron.plugins.openvswitch.'
'ovs_neutron_plugin.OVSNeutronPluginV2') 'ovs_neutron_plugin.OVSNeutronPluginV2')
AGENT_NAME = ('neutron.plugins.openvswitch.'
'agent.ovs_neutron_agent.OVSNeutronAgent')
NOTIFIER = ('neutron.plugins.openvswitch.' NOTIFIER = ('neutron.plugins.openvswitch.'
'ovs_neutron_plugin.AgentNotifierApi') '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.' PLUGIN_NAME = ('neutron.plugins.ryu.'
'ryu_neutron_plugin.RyuNeutronPluginV2') 'ryu_neutron_plugin.RyuNeutronPluginV2')
AGENT_NAME = ('neutron.plugins.ryu.'
'agent.ryu_neutron_agent.OVSNeutronOFPRyuAgent')
NOTIFIER = ('neutron.plugins.ryu.' NOTIFIER = ('neutron.plugins.ryu.'
'ryu_neutron_plugin.AgentNotifierApi') 'ryu_neutron_plugin.AgentNotifierApi')