]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Change the default l3_agent_manager to L3NATAgent
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Sat, 2 Mar 2013 10:45:16 +0000 (19:45 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Sun, 3 Mar 2013 07:58:10 +0000 (16:58 +0900)
commitaeec6f12833c1edb5d302aae56f7eb9445d8d8bd
treef69674aead3745cd7722da153bd3cc014448d91f
parent1bf551bbc336494daf202261adcdd663ba2bc5a8
Change the default l3_agent_manager to L3NATAgent

This is a l3-agent version of 349aa3ef3563c019f4d0a98fc30117ae0a6cade3.

The combination of the plugin without agent extension support
and L3NATAgentWithStateReport results in an error:
"AttributeError: No such RPC function 'report_state'".

This patch changes l3_agent_manager to be L3NATAgent instead of
L3NATAgentWithStateReport since all plugins do not support
L3NATAgentWithStateReport and having this as the default breaks
all current deployments that upgrade source without changing
their config files.

Fixes bug 1139726

Change-Id: Ibb5c04c89bfad741ec43a372cbf97445f7b3d76c
etc/l3_agent.ini
quantum/agent/l3_agent.py