]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ml2: remove stale _filter_nets_l3 in get_networks
authorIsaku Yamahata <isaku.yamahata@intel.com>
Fri, 17 Oct 2014 06:35:44 +0000 (15:35 +0900)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Tue, 20 Jan 2015 23:13:20 +0000 (15:13 -0800)
commit9436cbdfb2c0d113517bc6108ded7d0397a096cb
tree5dbed28295d7f0503eeeac3fc38e538e21389ce1
parentdbd37747d02e0f4592df37c68f044246af27f859
ml2: remove stale _filter_nets_l3 in get_networks

The commit of 0156ec175cc047826b211727d43d5d14a3e1f2d2
change-id of I47e01a11afaf6e6bcf06da7bd713fd39b05600ff
which fixes bug 1132849 removed the call of _filter_nets_l3 methods.
But somehow the fix missed ml2 plugin.
This patch fixes ml2 plugin and removes the unused mothod.

Change-Id: I4d13223c170fd6777773970e0d22a191b98dd5ee
Closes-Bug: #1382360
neutron/db/external_net_db.py
neutron/plugins/ml2/plugin.py