File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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>`__.
You can’t perform that action at this time.
0 commit comments