]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Network deletion and subnet creation bug fixes
authorGary Kotton <gkotton@redhat.com>
Mon, 25 Jun 2012 09:06:36 +0000 (05:06 -0400)
committerGary Kotton <gkotton@redhat.com>
Mon, 25 Jun 2012 16:52:19 +0000 (12:52 -0400)
commitf431a143d4d7b52d2858bfa0a0543a19a29765b6
tree3e76d2b51423aec370432fa63bbeaa14b729de53
parent43d2ed6342e894ca1809d2a19206b2009ab783a2
Network deletion and subnet creation bug fixes
bug 1017395

1. When a subnet is created the network id is validated
2. when a network is deleted - if a subnet or port is defined then
the opertaion fails

Change-Id: I746d0f4994c539a908df0220465d753bc3eb8e04
quantum/db/db_base_plugin_v2.py
quantum/tests/unit/test_db_plugin.py