]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Decouple L3 and service plugins during DVR router migration
authorarmando-migliaccio <armamig@gmail.com>
Tue, 10 Feb 2015 20:50:11 +0000 (12:50 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Mon, 23 Mar 2015 18:24:18 +0000 (11:24 -0700)
commit15947d3399cff8a61750e8040c4017a2ec1e2892
tree80e914e0a6c582511abdbfbe36333758c0831991
parentde3bd2e61a795beb87c7f1143b2240264543124c
Decouple L3 and service plugins during DVR router migration

This change leverages the event registry to decouple L3, VPN and FW
when checking whether a router can be converted to a DVR router.

This patch cleans the UT's too.

Depends-on: I5bfec047ec8404a6d699115a9da332988518f807
Depends-on: I6505fd11776e29895457e67806bec34d3f2c6e24

Related-blueprint: services-split
Related-blueprint: plugin-interface-perestroika

Change-Id: I6b5769a51b81b965c644d8a9a4e7d424f4f89114
neutron/db/l3_dvr_db.py
neutron/tests/unit/db/test_l3_dvr_db.py