]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Only delete VLAN information after Quantum network is deleted
authorGary Kotton <gkotton@redhat.com>
Sat, 28 Jul 2012 18:08:47 +0000 (14:08 -0400)
committerGary Kotton <gkotton@redhat.com>
Sat, 28 Jul 2012 18:08:47 +0000 (14:08 -0400)
commitbc3d89c5ab618972641e0afe2f691b6251333374
treedc3be798288b86876c8fc991d4617bc3825ea6a6
parent787f763a33cf59a58930e4b6ee329a43d2dbedd0
Only delete VLAN information after Quantum network is deleted

Fixes bug 1030271

In the case where a network is deleted and there is a VLAN tag in a
separate table then the tag should only be deleted if the network
is deleted.

Change-Id: I99130f863928abf30a521e9a2b6d1233a274d9c6
quantum/plugins/linuxbridge/db/l2network_models_v2.py
quantum/plugins/linuxbridge/lb_quantum_plugin.py
quantum/plugins/openvswitch/ovs_quantum_plugin.py
quantum/plugins/ryu/ryu_quantum_plugin.py