Merge "NSX: fix tenant_id passed as security_profile_id" into stable/icehouse

This commit is contained in:
Jenkins 2014-06-11 04:28:48 +00:00 committed by Gerrit Code Review
commit 4e37263d24
1 changed files with 1 additions and 1 deletions

View File

@ -2319,7 +2319,7 @@ class NsxPluginV2(addr_pair_db.AllowedAddressPairsMixin,
# NOTE(salv-orlando): Pre-generating Neutron ID for security group.
neutron_id = str(uuid.uuid4())
nsx_secgroup = secgrouplib.create_security_profile(
self.cluster, neutron_id, tenant_id, s)
self.cluster, tenant_id, neutron_id, s)
with context.session.begin(subtransactions=True):
s['id'] = neutron_id
sec_group = super(NsxPluginV2, self).create_security_group(