]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove uneeded variable AGENT_NAME
authorAaron Rosen <arosen@nicira.com>
Fri, 18 Oct 2013 22:36:58 +0000 (15:36 -0700)
committerAaron Rosen <arosen@nicira.com>
Wed, 23 Oct 2013 00:08:00 +0000 (17:08 -0700)
Fixes bug: 1243464

Change-Id: I833dd64e98c679c050aa958576c7726bfa15cc8e

neutron/tests/unit/linuxbridge/test_lb_security_group.py
neutron/tests/unit/mlnx/test_mlnx_security_group.py
neutron/tests/unit/nec/test_security_group.py
neutron/tests/unit/openvswitch/test_ovs_security_group.py
neutron/tests/unit/ryu/test_ryu_security_group.py

index 8268710d0298daaaf9de9a1bd96c3e5649c7b756..645a9ae8352f1edc4f1bf357b12985942bd9d452 100644 (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')
 
index 9305241613840ddeb09ab60d1da286813a09514c..0c39130a7fa7c314e081063585dad4e167ea5402 100644 (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')
 
index ed3b2680f64d20ef2b823c1b1b1972de848aaf0d..a10676db703163b7e4cd9eb8ae9b53ffe111089a 100644 (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'
 
 
index 5985ae23e47f350b694ed603589628ee57494e01..cf5485280c2e6b92781cb1a06b8cef7d488dbe42 100644 (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')
 
index 01d764eb8ffdba7af48716f03ee14b2133926eb3..73f100bdae135a06a793a092739373c5bc55e90c 100644 (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')