diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index d849595cc..a4cd593de 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -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 diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index 8654460b3..bd1b5ef3f 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -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 diff --git a/releasenotes/notes/ovn-octavia-provider-bug-2049551-c95d69965733cd78.yaml b/releasenotes/notes/ovn-octavia-provider-bug-2049551-c95d69965733cd78.yaml new file mode 100644 index 000000000..ec9037395 --- /dev/null +++ b/releasenotes/notes/ovn-octavia-provider-bug-2049551-c95d69965733cd78.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Updates Octavia images to fix Neutron endpoint selection in the OVN + provider. `LP#2049551 `__.