ironic/releasenotes/notes/bios-registry-support-e7fd62908e9c222d.yaml
Bob Fournier e15440370c Include bios registry fields in bios API
Provide the fields in the BIOS setting API -
``/v1/nodes/{node}/bios/{setting}``, and in the BIOS setting list API
when details are requested - ``/v1/nodes/<node>/bios?detail=True``.

Story: #2008571
Task: #42483
Change-Id: Ie86ec57e428e2bb2efd099a839105e51a94824ab
2021-05-27 12:15:20 -04:00

9 lines
259 B
YAML

---
features:
- |
Provide the registry fields in the BIOS setting API and in the BIOS setting
list when detail is requested. Also added fields selector to query API.
See `story
2008571 <https://storyboard.openstack.org/#!/story/2008571>`_.