neutron/releasenotes/notes/ipxe-ipv6-support-in-the-ML2-OVN-backend-1b98dadb6ea30e60.yaml
Slawek Kaplonski 034fcb0f6d [OVN] Add baremetal support without Neutron DHCP agent for IPv6
Support for the required DHCPv6 options was recently added in core
OVN with [1].
This patch adds support for that in ML2/OVN backend also and by that
closing one of the gaps between ML2/OVN and ML2/OVS backends.

This patch also adds upgrade check to check used ovn version and warn
operators if native OVN DHCP is used for BM provisioning and OVN version
is older than 23.06.0.
Unfortunately there is no easy way to check used version of OVN so check
relies on the ovnnb schema version.

[1] c5fd51bd15

Closes-Bug: #2030520
Change-Id: Iaa3ff8e97021e44f352e5a9a370714bf5f1d77b8
2023-11-29 09:36:27 +01:00

6 lines
125 B
YAML

---
features:
- |
Support for PXE baremetal provisioning using OVN's built-in DHCP server
has been added for IPv6.