From b29244a7b15ef29f0665bcf51ae94c7713b7a04e Mon Sep 17 00:00:00 2001 From: phillip-toohill Date: Mon, 2 Dec 2024 14:07:18 -0600 Subject: [PATCH] feat: Updating Octavia image with latest ovn driver --- 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