]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Refactor of floating ip processing in L3 Agent
authorMiguel Lavalle <miguel@mlavalle.com>
Thu, 18 Dec 2014 01:21:53 +0000 (19:21 -0600)
committerCarl Baldwin <carl.baldwin@hp.com>
Fri, 16 Jan 2015 00:56:17 +0000 (00:56 +0000)
commitf945d84fc973220e4bdf0897c003a39640960f0b
tree11b499413433daa0f35e5492dc916f43c4f343c9
parent4facef4d000e358672dbd504a6b105d33ad73941
Refactor of floating ip processing in L3 Agent

Breaks down the processing of floating ip processing in 3 methods. A key goal
is to make the handling of ip tables application deferal more logically cohesive
in the process_router method

Partially-Implements: bp restructure-l3-agent

Change-Id: I7594c16a3ee3b9c988c7db856f9f401e4742f4c2
neutron/agent/l3/agent.py
neutron/agent/linux/iptables_manager.py
neutron/common/exceptions.py
neutron/tests/unit/test_l3_agent.py