]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Validate legacy router services before migration
authorSwaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Fri, 19 Sep 2014 17:41:09 +0000 (10:41 -0700)
committerSwaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Fri, 9 Jan 2015 00:28:25 +0000 (16:28 -0800)
commitc41f4a397dc32efa39a0fcce2131caa46692cb03
treec2ad39615c41981a561acfb2cdd8d48ae7104391
parent6df7f5abf16f11abe784ab33e7885ec7bb8a5273
Validate legacy router services before migration

When legacy routers are migrated to distributed
routers, we need to make sure that there are no
Advanced services associated with the router.

If Advanced services such as FWaaS or VPNaaS is
associated with the router, we raise an exception
and stop the migration.

Partial-bug: #1348309

DocImpact

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