vmware-nsx/quantum/agent
Akihiro MOTOKI 4e4ad8af0c Change the default l3_agent_manager to L3NATAgent
This is a l3-agent version of 349aa3ef35.

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
2013-03-03 16:58:10 +09:00
..
common Agent management extension 2013-02-18 11:43:45 +08:00
linux Ensure max length of iptables chain name w/o prefix is up to 11 chars. 2013-03-01 23:50:55 +09:00
metadata Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
__init__.py Add common dir for shared agent code, add OVS lib. 2012-06-04 22:07:27 -07:00
dhcp_agent.py Add scheduling feature basing on agent management extension 2013-02-27 21:20:51 +08:00
firewall.py Implements quantum security groups support on OVS plugin 2013-02-10 07:42:28 +09:00
l3_agent.py Change the default l3_agent_manager to L3NATAgent 2013-03-03 16:58:10 +09:00
netns_cleanup_util.py Fixes import reorder nits 2013-02-26 10:37:59 +08:00
ovs_cleanup_util.py Fixes import reorder nits 2013-02-26 10:37:59 +08:00
rpc.py Modify dhcp agent for agent management extension 2013-02-19 20:28:02 +08:00
securitygroups_rpc.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00