]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: get_port_status passed wrong id for network
authorAaron Rosen <aaronorosen@gmail.com>
Tue, 18 Feb 2014 21:15:02 +0000 (13:15 -0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:28 +0000 (15:20 +0800)
commit3d126b65398428f6eaa12fe2f69ab5d7c1e95818
tree97d7137346941f80548065d8741c415fd56d769e
parent14002c41f9f14dcd38b1a0eddda0ce3776639e03
NSX: get_port_status passed wrong id for network

The call to get_port_status in update_port was passing in the neutron
network_id instead of the nsx_network_id. These used to be the same
but now are different. This patch updates the code so that it now
passes in the correct uuid.

Change-Id: I7b0bd617f68291fa457a49e52d595bb8de1d4835
Closes-bug: #1281789
neutron/plugins/nicira/NeutronPlugin.py