Policy plugin: fix port creation parameters

Change-Id: Iffc0b543ab4045925a1e7adf3b6bc622680b9090
This commit is contained in:
Adit Sarfaty 2018-10-22 09:47:05 +03:00
parent 75221cf43b
commit 586181bb74

View File

@ -435,9 +435,9 @@ class NsxPolicyPlugin(agentschedulers_db.AZDhcpAgentSchedulerDbMixin,
vif_id = port_data['id']
self.nsxpolicy.segment_port.create_or_overwrite(
port_data['network_id'],
port_data['id'],
name,
port_data['network_id'],
port_id=port_data['id'],
description=port_data.get('description'),
address_bindings=address_bindings,
vif_id=vif_id)