summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDmitry Tantsur <divius.inside@gmail.com>2019-02-12 16:24:05 +0100
committerDmitry Tantsur <divius.inside@gmail.com>2019-02-16 15:51:38 +0100
commite0708a16efa48d872a9f088af856809f523f03dc (patch)
treeb456e4c82c8402ccaa5a68e4dd268ed82ab07430 /releasenotes
parente8a6d447f803c115ed57064e6fada3e9d6f30794 (diff)
downloadpython-ironicclient-e0708a16efa48d872a9f088af856809f523f03dc.tar.gz
Allocation API: client API and CLI
Adds the Python API to create/list/view/delete allocations, as well as the OpenStackClient commands. Change-Id: Ib97ee888c4a7b6dfa38934f02372284aa4c781a0 Story: #2004341 Task: #28028
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/allocation-api-5f13082a8b36d788.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/allocation-api-5f13082a8b36d788.yaml b/releasenotes/notes/allocation-api-5f13082a8b36d788.yaml
new file mode 100644
index 0000000..57ec394
--- /dev/null
+++ b/releasenotes/notes/allocation-api-5f13082a8b36d788.yaml
@@ -0,0 +1,10 @@
+---
+features:
+ - |
+ Adds Python API and CLI for the allocation API introduced in API version
+ 1.52. Adds new commands:
+
+ * ``openstack baremetal allocation create``
+ * ``openstack baremetal allocation delete``
+ * ``openstack baremetal allocation get``
+ * ``openstack baremetal allocation list``