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
This commit is contained in:
parent
76e99a30f7
commit
5ab94f37f9
@ -101,7 +101,7 @@ driver_opts = [
|
||||
cfg.StrOpt('default_bios_interface',
|
||||
help=_DEFAULT_IFACE_HELP.format('bios')),
|
||||
cfg.ListOpt('enabled_boot_interfaces',
|
||||
default=['pxe', 'redfish-virtual-media'],
|
||||
default=['ipxe', 'pxe', 'redfish-virtual-media'],
|
||||
help=_ENABLED_IFACE_HELP.format('boot')),
|
||||
cfg.StrOpt('default_boot_interface',
|
||||
help=_DEFAULT_IFACE_HELP.format('boot')),
|
||||
|
10
releasenotes/notes/ipxe-default-628380290fbdbab6.yaml
Normal file
10
releasenotes/notes/ipxe-default-628380290fbdbab6.yaml
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user