summaryrefslogtreecommitdiff
path: root/releasenotes/notes/irmc-align-with-ironic-default-boot-mode-dde6f65ea084c9e6.yaml
blob: 2b5f7643f34243483dc12dec235782529e17e0af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
fixes:
  - |
    Modify iRMC driver to use ironic.conf [deploy] default_boot_mode to determine
    default boot_mode.
upgrades:
  - Existing iRMC nodes without an explicitly set ``capabilities`` ``boot_mode``
    will change from boot mode ``bios`` to the value of ``[deploy]
    default_boot_mode`` (which defaults to ``uefi`` since release 18.2.0).

    Explicitly setting ``capabilities`` ``boot_mode:bios`` on existing nodes
    without any ``boot_mode`` set is recommended.