Merge "NSX: Pass NSX uuid when plugging l2 gw attachment"

This commit is contained in:
Jenkins 2014-02-27 23:41:36 +00:00 committed by Gerrit Code Review
commit 7422490567

View File

@ -718,7 +718,7 @@ class NvpPluginV2(addr_pair_db.AllowedAddressPairsMixin,
selected_lswitch['uuid'], lport['uuid'])
l2gwlib.plug_l2_gw_service(
self.cluster,
port_data['network_id'],
selected_lswitch['uuid'],
lport['uuid'],
port_data['device_id'],
int(port_data.get('gw:segmentation_id') or 0))