From 7605816aac2810d12542211ef904187ace0f5e5b Mon Sep 17 00:00:00 2001 From: Katie Gilligan Date: Mon, 29 Jun 2026 16:10:20 -0400 Subject: [PATCH] removed extra word --- .../proc_preparing-RHOSO-for-director-operator-adoption.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_user/modules/proc_preparing-RHOSO-for-director-operator-adoption.adoc b/docs_user/modules/proc_preparing-RHOSO-for-director-operator-adoption.adoc index fbca5c580..1dad070b1 100644 --- a/docs_user/modules/proc_preparing-RHOSO-for-director-operator-adoption.adoc +++ b/docs_user/modules/proc_preparing-RHOSO-for-director-operator-adoption.adoc @@ -180,7 +180,7 @@ spec: "cniVersion": "0.3.1", "name": "ctlplane", "type": "bridge", - "master": "br-ctlplane", + "bridge": "br-ctlplane", "ipam": { "type": "whereabouts", "range": "172.22.0.0/24", @@ -288,7 +288,7 @@ EOF + * Replace `` with your OpenStack 18 namespace. -. Ensure that the `OVNKubernetes IPForwarding` field is set to to `enabled`: +. Ensure that the `OVNKubernetes IPForwarding` field is set to `enabled`: + ---- $ oc patch network.operator cluster -p '{"spec":{"defaultNetwork":{"ovnKubernetesConfig":{"gatewayConfig":{"ipForwarding": "Global"}}}}}' --type=merge