Remove stale configuration l3_agent_manager

This does not exist anywhere and the manager is indeed harcoded.

[1] https://github.com/openstack/neutron/blob/master/neutron/agent/l3_agent.py#L49

Change-Id: I7a368cc58896cd9fc81c8c4b8a4e120d578680ae
This commit is contained in:
Armando Migliaccio 2016-08-12 19:02:27 -07:00
parent 04b3b4dfa8
commit d8c8cad706
1 changed files with 0 additions and 2 deletions

View File

@ -264,8 +264,6 @@ class L3ConfigFixture(ConfigFixture):
def _prepare_config_with_ovs_agent(self, integration_bridge):
self.config.update({
'DEFAULT': {
'l3_agent_manager': ('neutron.agent.l3_agent.'
'L3NATAgentWithStateReport'),
'interface_driver': ('neutron.agent.linux.interface.'
'OVSInterfaceDriver'),
'ovs_integration_bridge': integration_bridge,