From 71c725149266803ea2a9046f013706392b79bd75 Mon Sep 17 00:00:00 2001
From: Rodolfo Alonso Hernandez <ralonsoh@redhat.com>
Date: Tue, 27 Aug 2024 15:13:58 +0000
Subject: [PATCH] Use compiled OVN version v23.09.0

This is the same used in functional testing in Neutron [1].
As per the git submodule command the required OVS version is
v3.2.0-20-g1d78a3f31. This OVN version contains the code needed
to test [2]

[1]https://review.opendev.org/c/openstack/neutron/+/895849
[2]https://review.opendev.org/c/openstack/neutron/+/893333

Related-Bug: #OSPRH-893
Change-Id: I7fe5ecf0e92e63dfad4493e8d95770886129b367
---
 zuul.d/master_jobs.yaml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/zuul.d/master_jobs.yaml b/zuul.d/master_jobs.yaml
index 2165a53..c91e2d5 100644
--- a/zuul.d/master_jobs.yaml
+++ b/zuul.d/master_jobs.yaml
@@ -283,10 +283,8 @@
         # TODO(ihrachys): remove OVN_BUILD_FROM_SOURCE once the OS packages
         # include at least OVN v22.03.3.
         OVN_BUILD_FROM_SOURCE: True
-        # TODO(ihrachys): switch back to a tagged version when it's released
-        # OVN_BRANCH: "v22.03.3"
-        OVN_BRANCH: "36e3ab9b47e93af0599a818e9d6b2930e49473f0"
-        OVS_BRANCH: "2410b95597fcec5f733caf77febdb46f4ffacd27"
+        OVN_BRANCH: "v23.09.0"
+        OVS_BRANCH: "v3.2.0-20-g1d78a3f31"
         OVS_SYSCONFDIR: "/usr/local/etc/openvswitch"
       devstack_services:
         br-ex-tcpdump: true