2fabfa4103
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
20 lines
657 B
YAML
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``
|