From 1710181745f942ff94bbfbb0e9284a66519617f1 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 3 Apr 2026 11:55:01 +0200 Subject: [PATCH] Fix trunks on bond ports with Dell OS10 switches --- etc/kayobe/kolla-image-tags.yml | 3 +++ .../notes/ngs-dell-os10-bond-trunk-0e02a6e7f4e97c7c.yaml | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 releasenotes/notes/ngs-dell-os10-bond-trunk-0e02a6e7f4e97c7c.yaml diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 43c22162dd..a48f7a0257 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -20,6 +20,9 @@ kolla_image_tags: ironic_neutron_agent: rocky-9: 2025.1-rocky-9-20260205T152450 ubuntu-noble: 2025.1-ubuntu-noble-20260205T152450 + neutron: + rocky-9: 2025.1-rocky-9-20260403T083425 + ubuntu-noble: 2025.1-ubuntu-noble-20260403T083425 nova: rocky-9: 2025.1-rocky-9-20260226T161930 ubuntu-noble: 2025.1-ubuntu-noble-20260220T102812 diff --git a/releasenotes/notes/ngs-dell-os10-bond-trunk-0e02a6e7f4e97c7c.yaml b/releasenotes/notes/ngs-dell-os10-bond-trunk-0e02a6e7f4e97c7c.yaml new file mode 100644 index 0000000000..72c0c3d417 --- /dev/null +++ b/releasenotes/notes/ngs-dell-os10-bond-trunk-0e02a6e7f4e97c7c.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Updates Neutron images to fix support for trunks on bond ports when using + Dell OS10 switches.