neutron/neutron/tests/unit/ml2
Francois Eleouet 62040d03b3 Add ext-gw-mode support to ML2
Closes-Bug: #1212772

ML2 doesn't support ext-gw-mode, resulting in L3 agents not
setting-up NAT rules in neutron routers (currently, l3 agents
will assume enable_snat=false if plugin doesn't provide this
parameter as described in bug 1212868)

This patchset adds the support of ext-gw-mode to ML2 plugin.

In order to support ext-gw-mode alembic migration (as well as
other potential migrations on plugin dbs), folsom_initial
migration script is fixed to include ML2 plugin. Otherwise
databases won't be set-up during migration script (but at
plugin startup by sqlalchemy), resulting in migration failures.

Change-Id: I95ec18e0a4f0e5b661f3a5d679c434f18f100fa6
2013-08-19 20:21:40 +02:00
..
drivers Initial Modular L2 Mechanism Driver implementation. 2013-07-10 18:16:03 -07:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_agent_scheduler.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_ml2_plugin.py Add ext-gw-mode support to ML2 2013-08-19 20:21:40 +02:00
test_rpcapi.py Add gre tunneling support for the ML2 plugin 2013-07-16 15:59:25 +02:00
test_security_group.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_type_gre.py Add gre tunneling support for the ML2 plugin 2013-07-16 15:59:25 +02:00
test_type_vxlan.py Add VXLAN tunneling support for the ML2 plugin 2013-07-16 13:34:46 +00:00