python-ironicclient/releasenotes/notes/bug-1524745-extend-driver-list-and-driver-show-800d96393aa17342.yaml
Dao Cong Tien 9fbcadfff3 Extends driver-list, driver-show supporting new hardware types
- 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
2017-04-28 19:11:27 +07:00

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.