summaryrefslogtreecommitdiff
path: root/releasenotes/notes/register_hardware_interfaces_together-7b458a59f5e8f41f.yaml
blob: c327cada6b75980af6f66acbd6a26f95d27c8d95 (plain)
1
2
3
4
5
6
7
8
9
10
---
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.