]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Ensure metadata access network does not prevent router deletion
authorSalvatore Orlando <salv.orlando@gmail.com>
Thu, 7 Mar 2013 12:51:15 +0000 (13:51 +0100)
committerSalvatore Orlando <salv.orlando@gmail.com>
Fri, 8 Mar 2013 23:23:29 +0000 (00:23 +0100)
commit2c90bf558825034a998750f8029defcebc4bb45c
tree59883c76162bd69b600c1c2465b0f7d8d569c56c
parent25d14dae7090c17f1e753c0f27f0d0673cbcdcaf
Ensure metadata access network does not prevent router deletion

Bug 1152136

This patch checks if a metadata access network is still present when
removing a router in the NVP plugin. If yes, the network is detached
from the router and then destroyed, thus ensuring a safe completion of
the operation as well as removal of metadata access network resources.

Change-Id: Id8be6ec50ab4536f4ae9916dadaed56644597c7c
quantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.py
quantum/plugins/nicira/nicira_nvp_plugin/common/metadata_access.py