python-ironicclient/releasenotes/notes/osc-baremetal-node-bios-setting-list-b062b31d0d4de337.yaml
Zenghui Shi 2fabfa4103 BIOS Settings support
This adds support for the BIOS Setting APIs in the
openstackclient plugin. Also bump the last known
API version to 1.40 to get access to new API.

Change-Id: I1b4185e53818686c895d1fe526ba3fe5540873b3
2018-06-12 08:51:19 +08:00

20 lines
657 B
YAML

---
features:
- |
Adds two new commands.
* ``openstack baremetal node bios setting list <node_ident>``
* ``openstack baremetal node bios setting show <node_ident> <setting_name>``
The first command returns a list of BIOS settings for a given node,
the second command returns a specified BIOS setting from the given node.
Also adds support of bios_interface for the commands below.
* ``openstack baremetal node create``
* ``openstack baremetal node show``
* ``openstack baremetal node set``
* ``openstack baremetal node unset``
* ``openstack baremetal driver list``
* ``openstack baremetal driver show``