ironic/releasenotes/notes/remove-ipxe-enabled-opt-61d106f01c46acab.yaml
Kaifeng Wang 4ac3cfbf5d Remove the [pxe]ipxe_enabled configuration option
The ipxe_enabled configuration option was deprecated for quite a while,
this patch removes it. However the code impact by simply removing the
configuration option is quite large, so the strategy here is to register
the option dynamically but sticks to False, which essentially disabled
the ipxe support in the pxe interface.

Story: 2007003
Task: 37779

Change-Id: I499e627f780b577e351fd39be5fa93a34d384e64
2020-02-10 12:01:34 +08:00

8 lines
307 B
YAML

---
upgrade:
- |
The configuration option ``[pxe]ipxe_enabled`` was deprecated and now has
been removed, thus the support for iPXE from the ``pxe`` interface was
removed. To use iPXE, the boot interface should be migrated to ``ipxe`` or
other boot interfaces capable of booting from iPXE.