0436025d87
Add IronicDefaultBootInterface parameter otherwise, some ironic drivers will complain about missing default_boot_interface parameter. Change-Id: Iebb572d0bfdc0e9146aa1f405023bcd1c1e3f9ed
9 lines
406 B
YAML
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.
|