]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Always include tenant_id in port delete request
authorKevin Benton <kevin.benton@bigswitch.com>
Tue, 18 Jun 2013 19:10:07 +0000 (12:10 -0700)
committerKevin Benton <kevin.benton@bigswitch.com>
Tue, 18 Jun 2013 20:25:25 +0000 (13:25 -0700)
commitf392263ae8c89412ec8be6a13b3dd56abd129a8c
treeca5ceca36accf6b4a7c022db296582016b90293f
parenta0f8d5a35454a54766af3494fcd16233434364e7
Always include tenant_id in port delete request

Quantum does not include the tenant_id in port objects for floating IP addresses.
However, the Big Switch backend requires the tenant_id in the port removal requests.
This looks up the correct tenant_id whenever it is missing in the port removal.

Change-Id: I7580ed2f545ad2d92b831b65dfbb34541bf465aa
Fixes: bug #1190020
quantum/plugins/bigswitch/plugin.py