Files
ironic/releasenotes/notes/hardware-interfaces-register-4566f2834fef1b5d.yaml
Jim Rollenhagen b7e6b737d7 Register/unregister hardware interfaces for conductors
This registers the intersection of supported and enabled interfaces for
each hardware type enabled in the conductor at conductor startup, and
unregisters them at conductor shutdown. Validation is left as a todo for
now.

Change-Id: I14e88bfc304de9414de008d1cc8568dda9115ecc
Partial-Bug: #1524745
2017-01-19 11:28:30 +00:00

12 lines
481 B
YAML

---
features:
- Hardware interfaces are now loaded at conductor startup,
and registered in the database. ``[default]/enabled_*_interfaces``
and ``[default]/default_*_interfaces`` configuration options now have an
effect on this.
upgrade:
- Hardware interfaces are now loaded at conductor startup,
and registered in the database. ``[default]/enabled_*_interfaces``
and ``[default]/default_*_interfaces`` configuration options now have an
effect on this.