0b6b282d40
Adds REST API version 1.81, which supports querying a node's hardware inventory using the python client library, and also using the baremetal CLI using the `baremetal node inventory save [--file <filename>] <node>` command. Change-Id: Idf6ba4cbf7035e0617edc67f55c93b434d9a76aa
8 lines
354 B
YAML
8 lines
354 B
YAML
features:
|
|
- |
|
|
Adds support for API version ``1.81``, allowing users to retrieve a node's
|
|
hardware inventory using the
|
|
``baremetal node inventory [--file <filename>] save <node>`` command.
|
|
- Adds a ``get_inventory`` method to the python client library. This method
|
|
allows operators to query recorded node inventory from an ironic API.
|