ironic/releasenotes/notes/auto-ifaces-fdb8c680eab711f4.yaml
Dmitry Tantsur cfcea55cf6 Automatically configure enabled_***_interfaces
This change makes it easier to configure power and management interfaces
(and thus vendor drivers) by figuring out reasonable defaults.

Story: #2009316
Task: #43717
Change-Id: I8779603e566be5a84daf6f680c0bbe2f191923d9
2021-12-20 15:11:17 +01:00

10 lines
392 B
YAML

---
features:
- |
The configuration options ``enabled_power_interfaces`` and
``enabled_management_interfaces`` are now empty by default. If left empty,
their values will be calculated based on ``enabled_hardware_types``.
- |
The Bare Metal service is now capable of calculating the default value
for any ``enabled_***_interfaces`` based on ``enabled_hardware_types``.