From 563e73fcc921bf7e6cdacfee82695e8bd3b12f11 Mon Sep 17 00:00:00 2001 From: Renjing Xiao Date: Fri, 19 Jun 2026 09:59:05 +0100 Subject: [PATCH] Fix uni07eta networker to use neutron-ovn agent Switch networker to use neutron-ovn agent and remove segment_bridge extension from neutron-ovn-extra-config. Related-to: OSPCIX-1424 Signed-off-by: Renjing Xiao --- .../dt/uni07eta/control-plane/neutron-ovn-extra-config.yaml | 2 +- examples/dt/uni07eta/networker/nodeset/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dt/uni07eta/control-plane/neutron-ovn-extra-config.yaml b/examples/dt/uni07eta/control-plane/neutron-ovn-extra-config.yaml index 6d30d9393..a030f7e1e 100644 --- a/examples/dt/uni07eta/control-plane/neutron-ovn-extra-config.yaml +++ b/examples/dt/uni07eta/control-plane/neutron-ovn-extra-config.yaml @@ -7,4 +7,4 @@ metadata: data: 99-neutron-ovn.conf: | [agent] - extensions = metadata,segment_bridge + extensions = metadata diff --git a/examples/dt/uni07eta/networker/nodeset/values.yaml b/examples/dt/uni07eta/networker/nodeset/values.yaml index 3d3788726..e8f097849 100644 --- a/examples/dt/uni07eta/networker/nodeset/values.yaml +++ b/examples/dt/uni07eta/networker/nodeset/values.yaml @@ -141,4 +141,4 @@ data: - reboot-os - install-certs - ovn - - neutron-metadata + - neutron-ovn