From db6bc136d33cb1cdc69fe32e65207e36c51f3814 Mon Sep 17 00:00:00 2001 From: dfitzmau Date: Fri, 4 Jul 2025 16:07:37 +0100 Subject: [PATCH] OCPBUGS-56085: Updated the name parameter in the configuring-localnet-switched-topology.adoc file --- modules/configuring-localnet-switched-topology.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/configuring-localnet-switched-topology.adoc b/modules/configuring-localnet-switched-topology.adoc index c4f367229f64..d23c486a4d57 100644 --- a/modules/configuring-localnet-switched-topology.adoc +++ b/modules/configuring-localnet-switched-topology.adoc @@ -54,7 +54,7 @@ The following JSON example configures a localnet secondary network that is named ---- { "cniVersion": "0.3.1", - "name": "ns1-localnet-network", + "name": "localnet1", "type": "ovn-k8s-cni-overlay", "topology":"localnet", "physicalNetworkName": "localnet1", @@ -114,7 +114,7 @@ The following JSON example configures a localnet secondary network that is named ---- { "cniVersion": "0.3.1", - "name": "ns1-localnet-network", + "name": "localnet2", "type": "ovn-k8s-cni-overlay", "topology":"localnet", "physicalNetworkName": "localnet2",