]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix empty network deletion in db_base_plugin for postgresql
authorEugene Nikanorov <enikanorov@mirantis.com>
Sat, 21 Dec 2013 20:48:48 +0000 (00:48 +0400)
committerEugene Nikanorov <enikanorov@mirantis.com>
Wed, 1 Jan 2014 18:35:57 +0000 (22:35 +0400)
commit44b3783ceb94934bf8d4d62f704d42b49e52866e
treebbe2ba87edc181655860d2a7667e9165c8a3af54
parent32da06cda4a8d58d57c65cc268aae73434261595
Fix empty network deletion in db_base_plugin for postgresql

Need to disable joined loads for port query in delete_network
as in other methods.

No unit test is being added, because the problem is not reproducible with
sqlite.

Closes-Bug: #1261652

Change-Id: I7a015be6f2f9b8ae43bc29a767d16af30120f13f
neutron/db/db_base_plugin_v2.py