summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMadhuri Kumari <madhuri.kumari@intel.com>2019-04-25 17:04:09 +0530
committerMadhuri Kumari <madhuri.kumari@intel.com>2019-06-06 08:52:49 +0530
commita22874bd585bac07a613bd6a2a14dc3fa487dcc3 (patch)
tree6d543b3676bde65064e18ae09cc0aa971be614b4 /setup.cfg
parentc4d60daa91928606f4847393aae7dba8d355994d (diff)
downloadpython-ironicclient-a22874bd585bac07a613bd6a2a14dc3fa487dcc3.tar.gz
Add allocation update API2.8.0
This patch adds the following OSC commands: * baremetal allocation set * baremetal allocation unset Change-Id: Id7c1c46a66d19c782af917f48d6bdb82193da73b Story: 2005126 Task: 29797
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 52a8b04..cd3cb12 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,6 +32,8 @@ openstack.baremetal.v1 =
baremetal_allocation_delete = ironicclient.osc.v1.baremetal_allocation:DeleteBaremetalAllocation
baremetal_allocation_list = ironicclient.osc.v1.baremetal_allocation:ListBaremetalAllocation
baremetal_allocation_show = ironicclient.osc.v1.baremetal_allocation:ShowBaremetalAllocation
+ baremetal_allocation_set = ironicclient.osc.v1.baremetal_allocation:SetBaremetalAllocation
+ baremetal_allocation_unset = ironicclient.osc.v1.baremetal_allocation:UnsetBaremetalAllocation
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