]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Revert "ML2 plugin should not delete ports on subnet deletion"
authorSalvatore Orlando <salv.orlando@gmail.com>
Wed, 27 Nov 2013 14:09:25 +0000 (14:09 +0000)
committerSalvatore Orlando <salv.orlando@gmail.com>
Fri, 29 Nov 2013 17:22:17 +0000 (09:22 -0800)
commitda00ed76e6008bd06dada0f0441ae436dd759cdf
treebf42646e15b9da29f7edda3e0dc045bfa359a0c5
parent0d131ff0e9964cb6a65f64809270f9d597c2d5d1
Revert "ML2 plugin should not delete ports on subnet deletion"

This reverts commit 0d131ff0e9964cb6a65f64809270f9d597c2d5d1

There is really no problem with this change. However, it is probably
triggering a port_update notification to the agent for each port
with an allocated IP.
The agent handles that notification in a way which might be improved
from a scalability perspective.

I don't actually want this change to removed, I am just checking
whether neutron without it passess jobs.

Change-Id: I5494b607127b261043dcddfdc10c93a28ec20af5
Related-Bug: 1253896
Related-Bug: 1254236
neutron/plugins/ml2/plugin.py
neutron/tests/unit/ml2/test_ml2_plugin.py
neutron/tests/unit/test_db_plugin.py