]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: passing wrong security_group id mapping to nsx backend
authorAaron Rosen <aaronorosen@gmail.com>
Mon, 3 Mar 2014 23:15:08 +0000 (15:15 -0800)
committerAaron Rosen <aaronorosen@gmail.com>
Tue, 4 Mar 2014 19:11:18 +0000 (11:11 -0800)
commit6c91bdfe24e275ede65df369d714ca119d5ce5f2
treef9e8c96ecf7041b54d057a22d9dcd60282fa4d13
parent9c47fa1573d26669465a0fd0bb8d519bcefb0e3f
NSX: passing wrong security_group id mapping to nsx backend

When the async secgroup work was added the update_port() code was not changed
to pass in the nsx security_group uuids. This patch fixes that so that the
nsx uuids are passed in instead of neutron.

Closes-bug: #1287419

Change-Id: I1a075564f2548764de15b85b2970b5f360412eb2
neutron/plugins/vmware/plugins/base.py