python-ironicclient/releasenotes/notes/add-bios-registry-in-list-21974873f146aff7.yaml
Bob Fournier f12e1a5791 Include BIOS registry fields in bios setting list command
Add new params to the 'baremetal node bios setting list' command to
include support for the BIOS registry. The '--long' option will
retrieve and display the additonal BIOS registry fields, the '--fields'
option will retrieve and display selected fields. The header names
when the '--long' or '--fields' options are not used match the existing
functionality.

Note that the 'baremetal node bios setting show' includes these fields
by default with no changes.

Change-Id: I9d6d2e42879e12cce8e1f2111be1a27f1a251de2
2021-08-06 09:23:27 -04:00

9 lines
392 B
YAML

---
features:
- |
Adds new params to the ``baremetal node bios setting list`` command to
include support for the BIOS registry. The ``--long`` option will
retrieve and display the additonal BIOS registry fields, the ``--fields``
option will retrieve and display selected fields. The ``baremetal node
bios setting show`` includes these fields by default with no changes.