9fbcadfff3
- Extend the driver-list command with --type argument, which, if supplied, limits the driver list to only classic drivers (classic value) or hardware types (dynamic value), and --detail to show detailed info of drivers. - Extend the output of the driver-show command with more info of driver. Change-Id: I5f72c47805ae9f761250f500098bfef4d502e419 Partial-Bug: #1524745
16 lines
817 B
YAML
16 lines
817 B
YAML
---
|
|
features:
|
|
- |
|
|
To support dynamic drivers (available starting with ironic API
|
|
microversion 1.30):
|
|
|
|
* ironic driver-list has two new optional arguments, ``--type <type>``
|
|
for the type of driver ('classic' or 'dynamic') to list, and
|
|
``--detail`` to show detailed information about the drivers.
|
|
* ironic driver-show returns a lot more information, including the type
|
|
of driver and the default and enabled interfaces.
|
|
* openstack baremetal driver list has two new optional arguments,
|
|
``--type <type>`` for the type of driver ('classic' or 'dynamic')
|
|
to list, and ``--long`` to show detailed information about the drivers.
|
|
* openstack baremetal driver show returns a lot more information,
|
|
including the type of driver and the default and enabled interfaces. |