ironic/releasenotes/notes/default_boot_option-f22c01f976bc2de7.yaml
Dmitry Tantsur 93f947c852 Introduce default_boot_option configuration option
This is the first step to changing the default boot option from netboot to local.
The new configuration allows setting the default boot option globally.

A warning is issued if no explicit value is provided for this configuration.

Change-Id: I3bd4a165fa2ec1105f34bf5a2150da99136ba4a6
Partial-Bug: #1619339
2016-10-11 14:59:19 +02:00

9 lines
376 B
YAML

---
features:
- Adds new option "[deploy]/default_boot_option" for setting the default
boot option when no explicit boot option is requested via capabilities.
upgrade:
- We are going to change the default value of "[deploy]/default_boot_option"
from "netboot" to "local" eventually. To avoid disruptions, it is
recommended to an explicit value to this option.