python-ironicclient/releasenotes/notes/driver-properties-for-osc-07a99d2d4e166436.yaml
Galyna Zholtkevych 58fe82082b Add OSC 'baremetal driver property list' command
Extends OSC plugin with the new command:
    openstack baremetal driver property list <driver>
This returns a list of the names of a driver's properties
along with their descriptions.

Change-Id: I4419daa68928a479971dab80806f0dfac37224a4
Closes-Bug: 1619053
Co-Authored-By: Ruby Loo <ruby.loo@intel.com>
2017-06-12 14:35:35 +00:00

7 lines
282 B
YAML

---
features:
- Adds the ``openstack baremetal driver property list <driver>`` command.
For the specified driver, this returns a list of its properties, along
with descriptions for each property. (The values of these properties
are specified in a node's driver_info.)