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

@@ -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')