diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 2d7a5bd65..017319e3d 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -39,8 +39,8 @@ kolla_image_tags: rocky-9: 2023.1-rocky-9-20240926T151818 ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818 octavia: - rocky-9: 2023.1-rocky-9-20240730T090421 - ubuntu-jammy: 2023.1-ubuntu-jammy-20240730T090421 + rocky-9: 2023.1-rocky-9-20241015T100903 + ubuntu-jammy: 2023.1-ubuntu-jammy-20241015T100903 opensearch: ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T094444 openvswitch: diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index b6cc34475..c7fcc0675 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -155,6 +155,10 @@ kolla_sources: type: git location: https://github.com/stackhpc/networking-mlnx reference: stackhpc/{{ openstack_release }} + octavia-base: + type: git + location: https://github.com/stackhpc/octavia.git + reference: stackhpc/{{ openstack_release }} ############################################################################### # Kolla image build configuration. diff --git a/releasenotes/notes/fix-octavia-tls-terminated-pkcs12-4f7e32a6f5ca0143.yaml b/releasenotes/notes/fix-octavia-tls-terminated-pkcs12-4f7e32a6f5ca0143.yaml new file mode 100644 index 000000000..ee5167ce9 --- /dev/null +++ b/releasenotes/notes/fix-octavia-tls-terminated-pkcs12-4f7e32a6f5ca0143.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fixes creation and failover of Octavia TLS-terminated load balancers when + storing the certificate and key as a PKCS12 bundle in Barbican.