vmware-nsx/neutron
Carl Baldwin 2449dc53b6 Refactor configuring of floating ips on a router.
This approach to configuring floating ips is stateless and idempotent.
This allows it to handle corner cases, such as reusing a floating ip
address with a different floating ip id in a way that is easier to
understand.

The concept is to wipe the floating ips clean and rebuild them each
time with the following optimizations.  To avoid bad performance in
manipulating iptables, it is called in the context of a call to
defer_apply_on.  To avoid a disruption in network flow a set
difference is use to determine the set of addresses that no longer
belong on the inteface rather than removing them all blindly.

Change-Id: I0cfb58d487b1925e0a0db2a701c5ea3c56a0b2b5
Fixes: Bug #1209011
2013-08-13 19:14:38 +00:00
..
agent Refactor configuring of floating ips on a router. 2013-08-13 19:14:38 +00:00
api Merge "Fix H102, H103 Apache 2.0 license hacking check error" 2013-08-09 10:24:14 +00:00
common Add missing space in the message produced by @log 2013-08-12 13:22:35 +02:00
db Add support for the Nexus 1000V into the Cisco Plugin. 2013-08-09 16:56:54 -07:00
debug Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
extensions Firewall as a Service (FWaaS) Agent 2013-08-11 10:56:37 -07:00
locale Imported Translations from Transifex 2013-08-12 06:14:41 +00:00
openstack Merge "Sync oslo gettextutils" 2013-08-08 07:53:21 +00:00
plugins Merge "Add support for the Nexus 1000V into the Cisco Plugin." 2013-08-12 21:47:15 +00:00
scheduler Merge "Register agent schedulers options in one place" 2013-07-18 10:05:43 +00:00
server Enable localizable REST API responses via the Accept-Language header 2013-08-07 21:19:25 +00:00
services Merge "Firewall as a Service (FWaaS) Agent" 2013-08-12 17:14:44 +00:00
tests Refactor configuring of floating ips on a router. 2013-08-13 19:14:38 +00:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
auth.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
context.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
hooks.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
manager.py Add agent scheduling for LBaaS namespace agent 2013-07-19 13:25:04 +04:00
neutron_plugin_base_v2.py Remove openstack.common.exception usage 2013-08-06 10:42:02 +02:00
policy.py Fixing some typos found during translation 2013-07-30 07:16:22 -03:00
quota.py Externalize error messages in the API 2013-08-07 21:19:25 +00:00
service.py Enable logging before using it 2013-07-13 15:35:22 +08:00
version.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
wsgi.py Externalize error messages in the API 2013-08-07 21:19:25 +00:00