]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Ensure NVP API connection port is always an integer
authorSalvatore Orlando <salv.orlando@gmail.com>
Wed, 27 Nov 2013 13:06:20 +0000 (05:06 -0800)
committerSalvatore Orlando <salv.orlando@gmail.com>
Wed, 27 Nov 2013 13:06:20 +0000 (05:06 -0800)
commit0cbcdcfc5094fcb52679550bc67db8136441adf6
tree5067d8e231a9fde10624f61b1d88859595c66a02
parent925d83ccc20070795ba30c3f135f120a8b9a5ee0
Ensure NVP API connection port is always an integer

Convert the 'port' part of a NVP endpoint to int before passing
it to the NVP API client.

Change-Id: I15137d943ab950cb5cc80d7af2971bce3ac1a265
Closes-Bug: #1255519
neutron/plugins/nicira/NeutronPlugin.py