]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
fix update_port to get tenant_id from db rather than request
authorAaron Rosen <arosen@nicira.com>
Wed, 27 Feb 2013 23:00:41 +0000 (15:00 -0800)
committerAaron Rosen <arosen@nicira.com>
Fri, 1 Mar 2013 18:42:21 +0000 (10:42 -0800)
commit8d05d88923984d68fff49e39259a54d4a0f3343f
tree55e8668cd7f9988c59257482567a6951167b0c4b
parentcf449ddabde9832694423b2d0688ed1228634312
fix update_port to get tenant_id from db rather than request

This patch changes the behavor of nvp's update_port() to how it previously
worked by retrieving the value from the db and not the request.

Fixes bug 1138330

Change-Id: I49682db392954b3cfaeb4ad4b8acf95113dcae7e
quantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.py