This patch is an enhancement to the existing L3 Agent. This allows the L3 Agent to support distributed routers by enhancing the router object to function across multiple nodes. Utilized two new types of namespaces: - FIP to handle multiple VM fips and routers per node - SNAT to handle centralized SNAT per router Rules and tables are enhanced and added to support routing across distributed routers without going to a centralized router. Finally, a new configuration param 'agent_mode' is introduced and it controls what the L3 agent can do: the available values are: 'legacy', 'dvr', 'dvr_snat' (more details inline). The l3-scheduler uses the newly introduced agent_mode to determine what L3 agent to select during the scheduling process. Partially-Implements: blueprint neutron-ovs-dvr DocImpact Change-Id: Icead821bb74372b15aac2e5cefe8ad7f08c037ab Co-Authored-By: Rajeev Grover <rajeev.grover@hp.com>
# -- Welcome!
You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking!
# -- External Resources:
The homepage for Neutron is: http://launchpad.net/neutron. Use this site for asking for help, and filing bugs. Code is available on git.openstack.org at <http://git.openstack.org/cgit/openstack/neutron>.
The latest and most in-depth documentation on how to use Neutron is available at: <http://docs.openstack.org>. This includes:
Neutron Administrator Guide http://docs.openstack.org/trunk/openstack-network/admin/content/
Neutron API Reference: http://docs.openstack.org/api/openstack-network/2.0/content/
The start of some developer documentation is available at: http://wiki.openstack.org/NeutronDevelopment
For help using or hacking on Neutron, you can send mail to <mailto:openstack-dev@lists.openstack.org>.