neutron/neutron/tests
Gal Sagie 35654ec23e Decompose DVR CSNAT L3 Agent from Compute Node L3 Agent
Currently the same dvr router class is used both by the L3 Agent
in the compute nodes that is responsible for the virtual routers
namespace and the fip namespace and also used by the centralized
SNAT L3 Agent in the network node.
This is the first step to decompose the two into different
classes.

The above means that we have one class of DVR router which is used
for two jobs (the virtual router namespace wiring and the fips wiring
in the compute node in one hand and the centralized snat wiring in the other)
The end goal of this patch is to separate the two into different classes
which will also help maintaining it and also help projects that want
to use one but not the other (for example only use the centralized
SNAT behaviour with there own DVR implementation)

Change-Id: I581a097b9e7c49f20d0eb0e4ca66a25e90d9511b
Partial-Bug: #1458541
Partially-Implements: blueprint dvr-router-code-decompose
2015-06-19 21:46:31 +00:00
..
api Merge "Add more API tests for port-security extension:" 2015-06-07 18:43:49 +00:00
common Decompose DVR CSNAT L3 Agent from Compute Node L3 Agent 2015-06-19 21:46:31 +00:00
contrib Move full-stack logs post-tests 2015-05-28 12:58:40 +03:00
etc Make pep8 job succeed when /etc/neutron/neutron.conf is not installed 2015-06-09 12:50:35 +02:00
fullstack Switch from MySQL-python to PyMySQL 2015-06-09 19:48:20 -04:00
functional Decompose DVR CSNAT L3 Agent from Compute Node L3 Agent 2015-06-19 21:46:31 +00:00
retargetable Revert connection option post full-stack tests 2015-04-09 18:51:03 +03:00
tempest Python 3: use next() instead of iterator.next() 2015-06-09 20:26:09 +02:00
unit Decompose DVR CSNAT L3 Agent from Compute Node L3 Agent 2015-06-19 21:46:31 +00:00
var Allow combined certificate/key files for SSL 2014-04-13 09:22:23 +00:00
__init__.py Add eventlet monkey_patch helper 2015-03-24 08:44:00 -07:00
base.py Merge "Enable all deprecation warnings for test runs" 2015-06-12 19:03:19 +00:00
fake_notifier.py Pass serializer to oslo.messaging Notifier 2014-06-20 14:58:28 +02:00
post_mortem_debug.py Cleanup recent generalization in post mortem debugger 2014-12-04 15:28:11 +01:00
tools.py Enable all deprecation warnings for test runs 2015-06-09 12:03:45 +02:00