midokura / neutron

Quantum is a virtual network service for Openstack, and a part of Netstack.
http://openstack.org
Apache License 2.0
2 stars 3 forks source link

Cache neutron subnets before deleting #108

Closed JoeMido closed 10 years ago

JoeMido commented 10 years ago

Signed-off-by: Joe Mills joe@midokura.com

Fixes MN-2328 Fixes MN-2324

tomoe commented 10 years ago

Shouldn't we put the midonet delete_bridge() call under a transaction to avoid possible inconsistencies when we hit an error in MidoNet API, like MN-2309?