Skip to content

Bump Neutron image tags to fix bug 2068644 #1298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2024
Merged
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
7 changes: 5 additions & 2 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_dnsmasq:
rocky-9: 2023.1-rocky-9-20240709T132012
ubuntu-jammy: 2023.1-ubuntu-jammy-20240621T104542
ironic_neutron_agent:
rocky-9: 2023.1-rocky-9-20240916T114629
ubuntu-jammy: 2023.1-ubuntu-jammy-20240916T114629
kolla_toolbox:
rocky-9: 2023.1-rocky-9-20240809T102431
letsencrypt:
Expand All @@ -30,8 +33,8 @@ kolla_image_tags:
manila:
rocky-9: 2023.1-rocky-9-20240809T102431
neutron:
rocky-9: 2023.1-rocky-9-20240916T114629
ubuntu-jammy: 2023.1-ubuntu-jammy-20240916T114629
rocky-9: 2023.1-rocky-9-20240923T162134
ubuntu-jammy: 2023.1-ubuntu-jammy-20240923T162134
nova:
rocky-9: 2023.1-rocky-9-20240916T114629
ubuntu-jammy: 2023.1-ubuntu-jammy-20240916T114629
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
Bumps Neutron container image tags to fix `bug 2068644
<https://bugs.launchpad.net/neutron/+bug/2068644>`__ which could prevent
associating floating IPs with OVN-based load balancers.
Loading