From 524671400eafe2aae969b76d007f5f1d737435bd Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Fri, 11 Oct 2024 10:43:18 +0100 Subject: [PATCH] [2023.1] Fix eswitchd and neutron_mlnx_agent not using our fork The neutron_mlnx_agent based containers are not using the neutron plugins, so we need to customize the pip package directly. --- etc/kayobe/kolla.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index b6cc34475..8303535b0 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -452,6 +452,8 @@ kolla_build_customizations_common: nova_compute_packages_append: - python3-libvirt - python3-ethtool + neutron_mlnx_agent_pip_packages_override: + - networking-mlnx@git+https://github.com/stackhpc/networking-mlnx@stackhpc/{{ openstack_release }} kolla_build_customizations_rocky: kolla_toolbox_packages_remove: