You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
handleUpdateOSCError(openStackCluster, fmt.Errorf("no subnet match was found in the specified network (specified subnet: %v, available subnets: %v)", s, lbNet.Subnets), false)
672
-
returnfmt.Errorf("no subnet match was found in the specified network (specified subnet: %v, available subnets: %v)", s, lbNet.Subnets)
651
+
returnfmt.Errorf("failed to find network: %w", err)
652
+
}
653
+
654
+
lbNetStatus.Name=lbNet.Name
655
+
lbNetStatus.ID=lbNet.ID
656
+
lbNetStatus.Tags=lbNet.Tags
657
+
658
+
// Filter out only relevant subnets specified by the spec
handleUpdateOSCError(openStackCluster, fmt.Errorf("no subnet match was found in the specified network (specified subnet: %v, available subnets: %v)", s, lbNet.Subnets), false)
677
+
returnfmt.Errorf("no subnet match was found in the specified network (specified subnet: %v, available subnets: %v)", s, lbNet.Subnets)
0 commit comments