From 83e56cbd0846f480f3af3ea804f95e03d334d7d5 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 16 Jun 2025 16:44:07 -0500 Subject: [PATCH] fix: add missing clients to the neutron image Signed-off-by: Kevin Carter --- ContainerFiles/neutron | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ContainerFiles/neutron b/ContainerFiles/neutron index afca81d..1d0219c 100644 --- a/ContainerFiles/neutron +++ b/ContainerFiles/neutron @@ -63,8 +63,10 @@ RUN export DEBIAN_FRONTEND=noninteractive \ ipset \ iptables \ iputils-arping \ - net-tools \ keepalived \ + net-tools \ + openvswitch-common \ + openvswitch-switch \ radvd \ && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \ && apt-get clean -y \