Skip to content

Commit d015423

Browse files
Milan FencikMilan Fencik
authored andcommitted
fix trunk nautobot client argument name
1 parent 0e48fca commit d015423

File tree

1 file changed

+1
-1
lines changed
  • python/neutron-understack/neutron_understack

1 file changed

+1
-1
lines changed

python/neutron-understack/neutron_understack/trunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def _handle_subports_removal(
288288
vlan_ids_to_remove = self._handle_segment_deallocation(subports, binding_host)
289289
self.nb.remove_port_network_associations(
290290
interface_uuid=connected_interface_id,
291-
network_ids_to_remove=vlan_ids_to_remove,
291+
vlan_ids_to_remove=vlan_ids_to_remove,
292292
)
293293

294294
if invoke_undersync and vlan_group_name:

0 commit comments

Comments
 (0)