]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
DVR to delete router namespaces for service ports
authorVivekanandan Narasimhan <vivekanandan.narasimhan@hp.com>
Wed, 3 Sep 2014 08:48:39 +0000 (01:48 -0700)
committerVivekanandan Narasimhan <vivekanandan.narasimhan@hp.com>
Fri, 19 Sep 2014 02:18:09 +0000 (19:18 -0700)
commit9cd96fe116ac1d990410cb1135473bd15c1f7dce
treef2a4142d914af87365d56cb6d69f13cadb63227a
parent52dede814d87d3654297b5fcdcfe97539e388233
DVR to delete router namespaces for service ports

Earlier merge that enabled LBaaS in DVR with review #114141
had not covered the removal of DVR router namespace on
VIP Port deletion in ml2 plugin.

Here we fix the ml2 plugin to attempt namespace removal for
all dvr serviced ports.

Change-Id: Ie7930ebedb12212886d45294132fefff7296e104
Closes-Bug: #1364839
neutron/db/l3_dvrscheduler_db.py
neutron/plugins/ml2/plugin.py
neutron/tests/unit/ml2/test_ml2_plugin.py
neutron/tests/unit/test_l3_schedulers.py