summaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/ironic-boot-option-3f3036aa5e82ec7e.yaml
blob: 53191bd017ed957006b730ed74fdfee1584b4a49 (plain)
1
2
3

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlig
---
features:
  - |
    New configuration ``IronicDefaultBootOption`` allows to change the default
    boot option to use for bare metal instances in the overcloud.
upgrade:
  - |
    The default boot option for bare metal instances in overcloud was changed
    to "local". This was already the default for whole-disk images, but for
    partition images it requires ``grub2`` to be installed on them.
    Use the new ``IronicDefaultBootOption`` configuration to override, or
    set ``boot_option`` capability on nodes and flavors.