File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,11 @@ kayobe_image_tags:
1616 rocky : 2023.1-rocky-9-20231115T110235
1717 ubuntu : 2023.1-ubuntu-jammy-20231115T110235
1818 neutron :
19- rocky : 2023.1-rocky-9-20231115T110249
20- ubuntu : 2023.1-ubuntu-jammy-20231115T110249
19+ rocky : 2023.1-rocky-9-20231220T222020
20+ ubuntu : 2023.1-ubuntu-jammy-20231220T222020
21+ octavia :
22+ rocky : 2023.1-rocky-9-20231220T222020
23+ ubuntu : 2023.1-ubuntu-jammy-20231220T222020
2124 opensearch :
2225 rocky : 2023.1-rocky-9-20231214T151917
2326 ubuntu : 2023.1-ubuntu-jammy-20231214T151917
@@ -26,6 +29,7 @@ openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}
2629bifrost_tag : " {% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}"
2730cloudkitty_tag : " {% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
2831neutron_tag : " {% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
32+ octavia_tag : " {% raw %}{{ kayobe_image_tags['octavia'][kolla_base_distro] }}{% endraw %}"
2933opensearch_tag : " {% raw %}{{ kayobe_image_tags['opensearch'][kolla_base_distro] }}{% endraw %}"
3034
3135om_enable_rabbitmq_high_availability : true
Original file line number Diff line number Diff line change 1+ ---
2+ fixes :
3+ - |
4+ Neutron ovn db sync operation will no longer removes OVN metadata ports in
5+ networks with Octavia OVN Load balancers health monitors.
6+ A maintenance task process has been added to update the existing OVN LB HM
7+ ports to the new behaviour defined. Specifically, the "device_owner" field
8+ will be updated from network:distributed to ovn-lb-hm:distributed.
9+ Additionally, the "device_id" will be populated during update action.
10+ `LP#2038091 <https://bugs.launchpad.net/neutron/+bug/2038091>`__.
You can’t perform that action at this time.
0 commit comments