Skip to content

Fix Neutron endpoint used in Octavia OVN provider #1638

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
May 9, 2025
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
5 changes: 3 additions & 2 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ kolla_image_tags:
rocky-9: 2024.1-rocky-9-20250219T113722
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
octavia:
rocky-9: 2024.1-rocky-9-20250219T113722
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
rocky-9: 2024.1-rocky-9-20250507T153144
ubuntu-jammy: 2024.1-ubuntu-jammy-20250507T153144
ubuntu-noble: 2024.1-ubuntu-noble-20250507T153144
openvswitch:
rocky-9: 2024.1-rocky-9-20250219T113722
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
Expand Down
8 changes: 8 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,14 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/octavia.git
reference: stackhpc/{{ openstack_release }}
octavia-api-plugin-ovn-octavia-provider:
type: git
location: https://github.com/stackhpc/ovn-octavia-provider.git
reference: stackhpc/{{ openstack_release }}
octavia-driver-agent-plugin-ovn-octavia-provider:
type: git
location: https://github.com/stackhpc/ovn-octavia-provider.git
reference: stackhpc/{{ openstack_release }}
blazar-base:
type: git
location: https://github.com/stackhpc/blazar.git
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Updates Octavia images to fix Neutron endpoint selection in the OVN
provider. `LP#2049551 <https://bugs.launchpad.net/octavia/+bug/2049551>`__.
Loading