We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e48fca commit d015423Copy full SHA for d015423
python/neutron-understack/neutron_understack/trunk.py
@@ -288,7 +288,7 @@ def _handle_subports_removal(
288
vlan_ids_to_remove = self._handle_segment_deallocation(subports, binding_host)
289
self.nb.remove_port_network_associations(
290
interface_uuid=connected_interface_id,
291
- network_ids_to_remove=vlan_ids_to_remove,
+ vlan_ids_to_remove=vlan_ids_to_remove,
292
)
293
294
if invoke_undersync and vlan_group_name:
0 commit comments