ironic-python-agent/releasenotes/notes/inventory-conf-29b59ebe97aefbde.yaml
Dmitry Tantsur 31b73b4984 Expose collector and hardware manager names via introspection data
This change adds a new introspection data field 'configuration'
with two lists: managers and collectors.

Change-Id: Ice0d7e6ecff3f319bc3a4f41617059fd6914e31c
2020-01-22 11:15:38 +01:00

10 lines
310 B
YAML

---
features:
- |
Adds a new field ``configuration`` to the introspection data collected by
the ``default`` collector. It contains two fields:
* ``collectors`` - list of the enabled inspection collectors.
* ``managers`` - list of the enabled hardware managers in their priority
order.