Skip to content
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
8 changes: 6 additions & 2 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ kayobe_image_tags:
rocky: 2023.1-rocky-9-20231115T110235
ubuntu: 2023.1-ubuntu-jammy-20231115T110235
neutron:
rocky: 2023.1-rocky-9-20231115T110249
ubuntu: 2023.1-ubuntu-jammy-20231115T110249
rocky: 2023.1-rocky-9-20231220T222020
ubuntu: 2023.1-ubuntu-jammy-20231220T222020
octavia:
rocky: 2023.1-rocky-9-20231220T222020
ubuntu: 2023.1-ubuntu-jammy-20231220T222020
opensearch:
rocky: 2023.1-rocky-9-20231214T151917
ubuntu: 2023.1-ubuntu-jammy-20231214T151917
Expand All @@ -26,6 +29,7 @@ openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}
bifrost_tag: "{% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}"
cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
octavia_tag: "{% raw %}{{ kayobe_image_tags['octavia'][kolla_base_distro] }}{% endraw %}"
opensearch_tag: "{% raw %}{{ kayobe_image_tags['opensearch'][kolla_base_distro] }}{% endraw %}"

om_enable_rabbitmq_high_availability: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
fixes:
- |
Neutron ovn db sync operation will no longer removes OVN metadata ports in
networks with Octavia OVN Load balancers health monitors.
A maintenance task process has been added to update the existing OVN LB HM
ports to the new behaviour defined. Specifically, the "device_owner" field
will be updated from network:distributed to ovn-lb-hm:distributed.
Additionally, the "device_id" will be populated during update action.
`LP#2038091 <https://bugs.launchpad.net/neutron/+bug/2038091>`__.