Skip to content
Snippets Groups Projects
Commit 037779d4 authored by Neda Moeini's avatar Neda Moeini
Browse files

Fixed the bug in migrate IP trunk workflow.

parent 921c5163
No related branches found
No related tags found
1 merge request!220Fixed the bug in migrate IP trunk workflow.
Pipeline #87194 failed
......@@ -658,7 +658,7 @@ def update_subscription_model(
subscription.iptrunk.iptrunk_sides[replace_index].iptrunk_side_ae_members.clear()
# And update the list to only include the new member interfaces
for member in new_lag_member_interfaces:
subscription.iptrunk.iptrunk_sides[0].iptrunk_side_ae_members.append(
subscription.iptrunk.iptrunk_sides[replace_index].iptrunk_side_ae_members.append(
IptrunkInterfaceBlock.new(subscription_id=uuid4(), **member),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment