]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Catch PortNotFound and SubnetNotFound during network_delete
authorEugene Nikanorov <enikanorov@mirantis.com>
Tue, 23 Dec 2014 17:28:12 +0000 (20:28 +0300)
committerEugene Nikanorov <enikanorov@mirantis.com>
Wed, 7 Jan 2015 07:45:47 +0000 (10:45 +0300)
commit8479921e111e1c306db76c52b33115cc5a77c420
tree4f1fed0a8392a9e174df968251346978e20707ec
parent0a46f3633ea13fd135d0229574b6817b348951eb
Catch PortNotFound and SubnetNotFound during network_delete

In some cases PortNotFound exception during network_delete
could be caused by concurrent port deletion by DHCP agent.
This condition should not prevent network from deleting.

Change-Id: Ie6eae4cecb64120c41de9823d9e72066094ad2ce
Closes-Bug: #1405197
neutron/plugins/ml2/plugin.py
neutron/tests/unit/ml2/test_ml2_plugin.py