From c21b254b6f543d89e6fe72ebe1244ee84f6ee59c Mon Sep 17 00:00:00 2001 From: "phillip.toohill" Date: Tue, 3 Dec 2024 08:59:15 -0600 Subject: [PATCH] feat: Updating Octavia image with latest ovn driver (#603) --- Containerfiles/OctaviaOVN-Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfiles/OctaviaOVN-Containerfile b/Containerfiles/OctaviaOVN-Containerfile index ff93aa1c..e3bd8fed 100644 --- a/Containerfiles/OctaviaOVN-Containerfile +++ b/Containerfiles/OctaviaOVN-Containerfile @@ -1,6 +1,6 @@ ARG VERSION=master-ubuntu_jammy FROM docker.io/loci/octavia:${VERSION} as build -ARG PLUGIN_VERSION=5.0.0 +ARG PLUGIN_VERSION=7.0.0 RUN /var/lib/openstack/bin/pip install --index-url https://pypi.python.org/simple --upgrade pip RUN /var/lib/openstack/bin/pip install --index-url https://pypi.python.org/simple ovn-octavia-provider==${PLUGIN_VERSION} RUN find /var/lib/openstack -regex '^.*\(__pycache__\|\.py[co]\)$' -delete