Skip to content

Commit 027eea0

Browse files
committed
Fix Neutron endpoint used in Octavia OVN provider
1 parent 4b7481b commit 027eea0

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ kolla_image_tags:
4141
rocky-9: 2024.1-rocky-9-20250219T113722
4242
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
4343
octavia:
44-
rocky-9: 2024.1-rocky-9-20250219T113722
45-
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722
44+
rocky-9: 2024.1-rocky-9-20250507T153144
45+
ubuntu-jammy: 2024.1-ubuntu-jammy-20250507T153144
46+
ubuntu-noble: 2024.1-ubuntu-noble-20250507T153144
4647
openvswitch:
4748
rocky-9: 2024.1-rocky-9-20250219T113722
4849
ubuntu-jammy: 2024.1-ubuntu-jammy-20250219T113722

etc/kayobe/kolla.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,14 @@ kolla_sources:
158158
type: git
159159
location: https://github.com/stackhpc/octavia.git
160160
reference: stackhpc/{{ openstack_release }}
161+
octavia-api-plugin-ovn-octavia-provider:
162+
type: git
163+
location: https://github.com/stackhpc/ovn-octavia-provider.git
164+
reference: stackhpc/{{ openstack_release }}
165+
octavia-driver-agent-plugin-ovn-octavia-provider:
166+
type: git
167+
location: https://github.com/stackhpc/ovn-octavia-provider.git
168+
reference: stackhpc/{{ openstack_release }}
161169
blazar-base:
162170
type: git
163171
location: https://github.com/stackhpc/blazar.git
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Updates Octavia images to fix Neutron endpoint selection in the OVN
5+
provider. `LP#2049551 <https://bugs.launchpad.net/octavia/+bug/2049551>`__.

0 commit comments

Comments
 (0)