]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
fix generation of exception for mismatched floating ip tenant-ids
authorDan Wendlandt <dan@nicira.com>
Sun, 9 Sep 2012 05:25:19 +0000 (22:25 -0700)
committerDan Wendlandt <dan@nicira.com>
Sun, 9 Sep 2012 05:25:19 +0000 (22:25 -0700)
commit1820686852fe5742547f106a4696bf4530fa970c
tree9e5f859934942c79107117bd5f42229e2d10043f
parent4ce397d02c479026cb9d5d56477983c5dd6ea02a
fix generation of exception for mismatched floating ip tenant-ids

bug 1048104

There was a KeyError in the case where we tried to throw an exception
to inform the user that a newly created floating ip could not be
associated with the requested port because they belonged to different
tenants.

Change-Id: I387e5f166761da78b941b62a9a396809491b8f09
quantum/db/l3_db.py