python-ironicclient/releasenotes/notes/osc-baremetal-driver-raid-properties-159bd57058c0fc0e.yaml
Galyna Zholtkevych befbb7e63e Add OSC 'baremetal driver raid property list' cmd
Extends the OSC plugin with the new command:
  openstack baremetal driver raid property list <driver>
This returns a list of the names of the driver's RAID
logical disk properties along with their descriptions.

Change-Id: Ie4baeb2920a9ab114204ac4aee4a561492ba2741
Closes-Bug: 1619052
Co-Authored-By: Ruby Loo <ruby.loo@intel.com>
2017-06-12 14:36:30 +00:00

8 lines
347 B
YAML

---
features:
- Adds the ``openstack baremetal driver raid property list <driver>``
command. For a specified driver, this returns a list of the
RAID logical disk properties that can be specified, along with
a description for each property. (The values of these properties
are specified in a node's ``target_raid_config`` field.)