summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2021-11-05 12:16:48 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2021-11-08 12:24:27 +0100
commit5ab94f37f9bebc4816151230150b0333e74ed46e (patch)
tree3fc99a73820e43032d8936d7c9bfd844ae37a4cf /releasenotes
parent76e99a30f7203aab218c646de6640fbb7be9e371 (diff)
downloadironic-5ab94f37f9bebc4816151230150b0333e74ed46e.tar.gz
Enable iPXE boot interface by default
iPXE is the recommended boot method (when virtual media is not available). Now that a pre-built binary is available for AARCH64, there are very few reasons to use plain PXE over it. Change-Id: Iedd70ac2ec0a59c531f5c811b4f5c65a2aafff4d
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ipxe-default-628380290fbdbab6.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/ipxe-default-628380290fbdbab6.yaml b/releasenotes/notes/ipxe-default-628380290fbdbab6.yaml
new file mode 100644
index 000000000..d5811883f
--- /dev/null
+++ b/releasenotes/notes/ipxe-default-628380290fbdbab6.yaml
@@ -0,0 +1,10 @@
+---
+features:
+ - |
+ The ``ipxe`` boot interface is now enabled by default.
+upgrade:
+ - |
+ The ``ipxe`` boot interface is now enabled and will have priority over
+ ``pxe`` by default. If you rely on the default value of the
+ ``enabled_boot_interfaces`` option to not contain ``ipxe``, you need to set
+ it explicitly.