]> 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)
committerSalvatore Orlando <salv.orlando@gmail.com>
Wed, 26 Feb 2014 22:51:14 +0000 (14:51 -0800)
commitcaa4ccd5d75626b390bb071e10367935f2878880
treee1889d7326efaadc41a1e9a41efcdac56db32ae3
parentf07f9a3d71ba331e45283984a106411b50f10850
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