summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRuby Loo <ruby.loo@intel.com>2016-07-22 01:28:52 -0400
committerRuby Loo <ruby.loo@intel.com>2016-08-25 12:35:52 -0400
commitdd755102e86f10b5df26d3b7a56dfe68a9581b1f (patch)
tree11819c1f21b1b12c063d3347979ba8c41df43c72 /setup.cfg
parent9ded4d2b7d7b635f3a4340b891a4a6faf56e1544 (diff)
downloadpython-ironicclient-dd755102e86f10b5df26d3b7a56dfe68a9581b1f.tar.gz
Add openstack baremetal chassis commands
This extends the OpenStackClient plugin with new commands related to the chassis: * openstack baremetal chassis create * openstack baremetal chassis delete * openstack baremetal chassis list * openstack baremetal chassis set * openstack baremetal chassis show * openstack baremetal chassis unset Change-Id: I6a655b9f136d0214b6e9bb868f411ba948557ac3 Partial-Bug: 1526479
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 01d73df..8cfedc9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,6 +29,12 @@ openstack.cli.extension =
baremetal = ironicclient.osc.plugin
openstack.baremetal.v1 =
+ baremetal_chassis_create = ironicclient.osc.v1.baremetal_chassis:CreateBaremetalChassis
+ baremetal_chassis_delete = ironicclient.osc.v1.baremetal_chassis:DeleteBaremetalChassis
+ baremetal_chassis_list = ironicclient.osc.v1.baremetal_chassis:ListBaremetalChassis
+ baremetal_chassis_set = ironicclient.osc.v1.baremetal_chassis:SetBaremetalChassis
+ baremetal_chassis_show = ironicclient.osc.v1.baremetal_chassis:ShowBaremetalChassis
+ baremetal_chassis_unset = ironicclient.osc.v1.baremetal_chassis:UnsetBaremetalChassis
baremetal_create = ironicclient.osc.v1.baremetal_create:CreateBaremetal
baremetal_delete = ironicclient.osc.v1.baremetal_node:DeleteBaremetal
baremetal_list = ironicclient.osc.v1.baremetal_node:ListBaremetal