]> 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)
committerAaron Rosen <aaronorosen@gmail.com>
Sat, 22 Feb 2014 23:17:30 +0000 (15:17 -0800)
commitd532864d832656adaca433792ed50c8ed71db40a
tree18fa8235b6b311ec060d3a7488d6718cd97801f0
parent3d6274305a01a392b4fb5d397581e57ff4171e4f
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