
Once gateway is set, external_gateway_added() was getting called every time a router update was received. The check for change in external gateway compared previously cached copy of gateway port (ri.ex_gw_port) with the one passed in through update router (ri.router['gw_port']). The cached copy was already being modified by code so the two values would always appear to be different. Making the change to compare correctly and remove actions not required for gateway update. Change-Id: I1a703b327e6c569dfaa8263a222e4bc797e5dbfd Closes-Bug: 1348737
# -- 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>.