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:
16
16
rocky : 2023.1-rocky-9-20231115T110235
17
17
ubuntu : 2023.1-ubuntu-jammy-20231115T110235
18
18
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
21
24
opensearch :
22
25
rocky : 2023.1-rocky-9-20231214T151917
23
26
ubuntu : 2023.1-ubuntu-jammy-20231214T151917
@@ -26,6 +29,7 @@ openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}
26
29
bifrost_tag : " {% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}"
27
30
cloudkitty_tag : " {% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
28
31
neutron_tag : " {% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
32
+ octavia_tag : " {% raw %}{{ kayobe_image_tags['octavia'][kolla_base_distro] }}{% endraw %}"
29
33
opensearch_tag : " {% raw %}{{ kayobe_image_tags['opensearch'][kolla_base_distro] }}{% endraw %}"
30
34
31
35
om_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