tripleo-heat-templates/releasenotes/notes/add-default-boot-interface-parameter-f07c1fe24c7cb543.yaml
David Hill 0436025d87 Add IronicDefaultBootInterface parameter
Add IronicDefaultBootInterface parameter otherwise, some ironic
drivers will complain about missing default_boot_interface parameter.

Change-Id: Iebb572d0bfdc0e9146aa1f405023bcd1c1e3f9ed
2021-11-23 12:07:54 -05:00

9 lines
406 B
YAML

---
features:
- |
Add IronicDefaultBootInterface parameter to allow users to set / override
the default boot interface used by ironic. This may not work if a hardware
type does not support the set boot interface. This overrides create-time
defaults. The ordered union of the enabled boot interfaces and hardware
type determines, under normal circumstances, what the default will be.