neutron/neutron/tests/unit/agent/l3
Swaminathan Vasudevan 3162846a7b DVR: Create router to fip namespace connection based on gateway state
In order to route traffic between the internal subnets and the
external subnet that belong to the same address_scopes we need
to create the gateway port and the fip namespace irrespective of
the configured floatingips for the internal subnet.

This will consume an additional IP from the external subnet on
all nodes, but with the introduction of service_type networks,
this will not be an issue any more.

This patch is the first in series that creates the agent gateway
port and the fip namespace on every node when the gateway is set
for the router. For every router created it will connect the
router namespace to the fip namespace.

Partial-Bug: #1577488
DocImpact: Document the change in behavior for fip-agent-gw create
Change-Id: I30c4f7fc250e486fe9a71b68540e783e90a6cf15
2017-04-11 15:27:48 -07:00
..
__init__.py Move extra routes processing to router classes 2015-02-05 10:25:45 -05:00
test_agent.py DVR: Create router to fip namespace connection based on gateway state 2017-04-11 15:27:48 -07:00
test_dvr_fip_ns.py DVR: Create router to fip namespace connection based on gateway state 2017-04-11 15:27:48 -07:00
test_dvr_local_router.py DVR: Create router to fip namespace connection based on gateway state 2017-04-11 15:27:48 -07:00
test_fip_rule_priority_allocator.py Preserve DVR FIP rule priority over Agent restarts 2015-08-12 15:52:19 -05:00
test_ha_router.py Merge "Add agent object in router info" 2017-01-10 12:03:05 +00:00
test_item_allocator.py DVR: Create router to fip namespace connection based on gateway state 2017-04-11 15:27:48 -07:00
test_l3_agent_extension_api.py Merge "Add agent object in router info" 2017-01-10 12:03:05 +00:00
test_legacy_router.py Add agent object in router info 2016-12-19 17:08:23 -05:00
test_link_local_allocator.py Preserve DVR FIP rule priority over Agent restarts 2015-08-12 15:52:19 -05:00
test_namespace_manager.py DVR: Clean stale snat-ns by checking its existence when agent restarts 2016-08-04 10:39:15 -07:00
test_router_info.py Agent common config 2017-03-15 09:52:18 -06:00
test_router_processing_queue.py Document self.assertEqual(expected, observed) pattern 2015-10-06 01:03:53 +02:00