ironic/releasenotes/notes/add-node-boot-mode-control-9761d4bcbd8c3a0d.yaml
Julia Kreger b2ecd08924 Release note clean-ups for ironic release
Lots of misc fixes and changes to make the release notes
a little more consistent.

Change-Id: I8ed616f27a393d5adf015743fc1810a3d9955c55
2018-06-20 14:46:33 -07:00

17 lines
797 B
YAML

---
other:
- Adds ``get_boot_mode``, ``set_boot_mode`` and
``get_supported_boot_modes`` methods to driver management interface.
Drivers can override these methods implementing boot mode management
calls to the BMC of the baremetal nodes being managed.
features:
- The new ironic configuration setting ``[deploy]/default_boot_mode``
allows the operator to set the default boot mode when ironic can't
pick boot mode automatically based on node configuration, hardware
capabilities, or bare-metal machine configuration.
fixes:
- If the bare metal machine's boot mode differs from the requested one,
ironic will now attempt to set requested boot mode on the bare metal
machine and fail explicitly if the driver does not support setting
boot mode on the node.