summaryrefslogtreecommitdiff
path: root/releasenotes/notes/ilo-inconsistent-default-boot-mode-ef5a7c56372f89f1.yaml
blob: 310053107fe0baffd42fe539db6e0ae373043db8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
fixes:
  - When no boot mode is explicitly set on a node using
    an iLO driver, ironic automatically picks a boot
    mode based on hardware capabilities. This confuses
    deployers, as these factors are system specific and
    not configurable. In order to ensure predictable
    behavior, a new configuration parameter,
    ``[ilo]/default_boot_mode``, was added to allow
    deployers to explicitly set a default. The default
    value of this option keeps behavior consistent for
    existing deployments.