Merge "Move neutron api services to ControllerOpenstack" into stable/pike
[apex-tripleo-heat-templates.git] / releasenotes / notes / ironic-boot-option-3f3036aa5e82ec7e.yaml
1 ---
2 features:
3   - |
4     New configuration ``IronicDefaultBootOption`` allows to change the default
5     boot option to use for bare metal instances in the overcloud.
6 upgrade:
7   - |
8     The default boot option for bare metal instances in overcloud was changed
9     to "local". This was already the default for whole-disk images, but for
10     partition images it requires ``grub2`` to be installed on them.
11     Use the new ``IronicDefaultBootOption`` configuration to override, or
12     set ``boot_option`` capability on nodes and flavors.