Skip to content

Commit c527ad7

Browse files
committed
Update live migration persistent ip config
Needs to match CRD change: openshift/cluster-network-operator#2623 Signed-off-by: Tim Rozet <[email protected]>
1 parent 732b347 commit c527ad7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/extended/networking/network_segmentation.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,8 @@ func generateIPAMLifecycle(params *networkAttachmentConfigParams) string {
13641364
if !params.allowPersistentIPs {
13651365
return ""
13661366
}
1367-
return "ipamLifecycle: Persistent"
1367+
return `ipam:
1368+
lifecycle: Persistent`
13681369
}
13691370

13701371
func createManifest(namespace, manifest string) (func(), error) {

0 commit comments

Comments
 (0)