Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The fix for Dell OS10 bond trunks likely involves changes in the networking-generic-switch plugin. Since ironic_neutron_agent also utilizes this plugin to manage switch ports for Ironic nodes, it should be updated to the same image tag version to ensure the fix is applied consistently across the environment. Please consider updating the tags for ironic_neutron_agent (lines 21-22) to match the new Neutron tags.

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
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Updates Neutron images to fix support for trunks on bond ports when using
Dell OS10 switches.
Loading