]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: Pass NSX uuid when plugging l2 gw attachment
authorSalvatore Orlando <salv.orlando@gmail.com>
Wed, 26 Feb 2014 22:38:24 +0000 (14:38 -0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:34 +0000 (15:20 +0800)
commitaca81a361928b778ee8b8a898a1e8ae16942c92a
treea6988cb5969cc2d5cbbf5b247279ad61913ed0e1
parent74cd0e3e040e64c016a13222bfd729ee70eaa78d
NSX: Pass NSX uuid when plugging l2 gw attachment

The code passed the neutron network identifier.
This is no longer valid as identifiers on the backend are not
anymore the same as neutron identifiers.

Also, this would have hardly worked with networks on extended
logical switches.

Closes-Bug: 1285399
Change-Id: I6fe4d22d5b8d8b7dc3eb1cb3f47ad52ac1a2b565
neutron/plugins/nicira/NeutronPlugin.py