Merge "Policy plugin: fix port creation parameters"
This commit is contained in:
commit
a3bc1e4f98
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user