]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: fix bug for flat provider network
authorGary Kotton <gkotton@vmware.com>
Wed, 28 May 2014 13:37:16 +0000 (06:37 -0700)
committerGary Kotton <gkotton@vmware.com>
Wed, 28 May 2014 14:57:28 +0000 (07:57 -0700)
commit84dfaa8a87cce660aa20619bd93263e645bbb2d0
treeeb60a5afcfc9dcf7b43b71ef6c6904a88d1b9c96
parent3b9c1bd97f4755cc3011f7487ab95e9c9b845bce
NSX: fix bug for flat provider network

The flat provider network would cause an exception when writing to
database. This is due to the fact that the DB expected an integer
and received an object instead.

Change-Id: Ib9d38711c0c2ef16d8bf74bfae44864a1bc272b1
Closes-bug: #1324120
neutron/plugins/vmware/plugins/base.py
neutron/tests/unit/vmware/extensions/test_providernet.py
neutron/tests/unit/vmware/test_nsx_plugin.py