]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow unsharing a network used as gateway/floatingip
authorMike Kolesnik <mkolesni@redhat.com>
Sun, 23 Mar 2014 13:48:42 +0000 (15:48 +0200)
committerMike Kolesnik <mkolesni@redhat.com>
Sun, 13 Jul 2014 17:09:50 +0000 (20:09 +0300)
commit7a2053c7a27bdec02e97b46736c5fcce5f2d053a
tree47ddb9d9a62259c13f2e8eaf0e290b0b43cd9d5d
parent59da928e945ec58836d34fd561d30a8a446e2728
Allow unsharing a network used as gateway/floatingip

If network has ports that connect it as gateway to another network, such
as an external network, or "floating ip" ports it should still be
possible to "unshare" it since these ports represent usage of the
network as an external network, not as a VM data network.

Change-Id: Ic33ae7ac193e4fc9fe06a4cfd579a4aacf0e6354
Closes-bug: #1293184
neutron/db/db_base_plugin_v2.py
neutron/tests/unit/test_db_plugin_level.py [new file with mode: 0644]