@@ -35,10 +35,44 @@ Notable changes in the |current_release| Release
35
35
There are many changes in the OpenStack |current_release | release described in
36
36
the release notes for each project. Here are some notable ones.
37
37
38
- .. TODO Add notable changes
38
+ RabbitMQ 4.0
39
+ ------------
40
+
41
+ RabbitMQ is being upgraded to 4.0 in Epoxy. Existing transient queues must be
42
+ migrated on Caracal prior to upgrading.
43
+
44
+ .. TODO(mattcrees): Add link to docs when they exist
45
+
46
+ stackhpc.linux collection
47
+ -------------------------
48
+
49
+ The ``stackhpc.linux `` collection version has been bumped to 1.3.0. Note this
50
+ version uses systemd to activate virtual functions. This change is restricted
51
+ to the ``stackhpc.linux.sriov `` role, which is not used by Kayobe. If a custom
52
+ playbook uses this role, you can retain existing behaviour by setting
53
+ ``sriov_numvfs_driver `` to ``udev ``.
54
+
55
+ Neutron driver defaults
56
+ -----------------------
57
+
58
+ The default Neutron ML2 type drivers and tenant network types now use
59
+ ``geneve `` instead of ``vxlan `` when OVN is enabled. This affects the
60
+ ``kolla_neutron_ml2_type_drivers `` and
61
+ ``kolla_neutron_ml2_tenant_network_types `` variables.
62
+
63
+ Custom inspector_keep_ports
64
+ ---------------------------
65
+
66
+ If you have customized ``inspector_keep_ports ``, ensure it is set to one of:
67
+ ``all ``, ``present ``, or ``added ``. If you are relying on the previous
68
+ behaviour you should set ironic_keep_ports to present.
69
+
70
+ Seed/Infra VM boot firmware
71
+ ---------------------------
39
72
40
- Placeholder
41
- -----------
73
+ The default boot firmware for Seed and Infra VMs has changed from ``bios `` to
74
+ ``efi ``. Set ``infra_vm_boot_firmware `` and ``seed_vm_boot_firmware `` to bios
75
+ to retain existing behaviour.
42
76
43
77
Known issues
44
78
============
0 commit comments