summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGalyna Zholtkevych <gzholtkevych@mirantis.com>2016-09-07 15:00:36 +0300
committerRuby Loo <ruby.loo@intel.com>2017-06-12 14:36:30 +0000
commitbefbb7e63e210cc3a47bc044de74d35b19a43ed5 (patch)
treef42ecce5486a6bebeb0232ecd223d29a650812ff /setup.cfg
parent58fe82082bbd72d66c52e8683efe7e9a75a238fd (diff)
downloadpython-ironicclient-befbb7e63e210cc3a47bc044de74d35b19a43ed5.tar.gz
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>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 9548b28..4606ec5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -41,6 +41,7 @@ openstack.baremetal.v1 =
baremetal_driver_passthru_call = ironicclient.osc.v1.baremetal_driver:PassthruCallBaremetalDriver
baremetal_driver_passthru_list = ironicclient.osc.v1.baremetal_driver:PassthruListBaremetalDriver
baremetal_driver_property_list = ironicclient.osc.v1.baremetal_driver:ListBaremetalDriverProperty
+ baremetal_driver_raid_property_list = ironicclient.osc.v1.baremetal_driver:ListBaremetalDriverRaidProperty
baremetal_driver_show = ironicclient.osc.v1.baremetal_driver:ShowBaremetalDriver
baremetal_list = ironicclient.osc.v1.baremetal_node:ListBaremetal
baremetal_node_abort = ironicclient.osc.v1.baremetal_node:AbortBaremetalNode