]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enable tenants to set non-owned ext network as router gateway
authorSalvatore Orlando <salv.orlando@gmail.com>
Wed, 2 Jan 2013 23:04:09 +0000 (15:04 -0800)
committerSalvatore Orlando <salv.orlando@gmail.com>
Thu, 3 Jan 2013 18:06:40 +0000 (10:06 -0800)
commitd3b1f91a43cf712c3c971de3d41f3286b3d4bdc9
tree0a8540aca09bd1140d3548fae2bd49d658e98d9d
parent01e3e1b3a82c094e6cb5e8602e0ede7fe4b153f9
Enable tenants to set non-owned ext network as router gateway

Bug 1087243

Avoid loading external networks subnets in tenant's context, as this
might lead to the subnet not being found because it's owned by a
different tenant

Change-Id: Ic4c429c9e667da939ede0aa07a12c0f5a17e212c
quantum/db/l3_db.py
quantum/tests/unit/test_db_plugin.py
quantum/tests/unit/test_l3_plugin.py