ironic/releasenotes/notes/register_hardware_interfaces_together-7b458a59f5e8f41f.yaml
Derek Higgins 7d85b35c84 Register all hardware_interfaces together
Prevent each driver comming online one at a time. So that
/driver returns nothign until all interfaces are registered

Story: #2008423
Task: #41368

Change-Id: I6ef3e6e36b96106faf4581509d9219e5c535a6d8
2021-01-08 15:16:53 +00:00

10 lines
411 B
YAML

---
other:
- |
Register all conductor hardware interfaces together. Adds
all conductor hardware interfaces in to the database in a
single transaction and to allow this update the
``register_hardware_interfaces`` API. This allows Restful API
consumers to understand if the conductor is fully on-line via
the presence of driver entries. Previously this was done one
driver at a time.