python-blazarclient/releasenotes/notes/host-allocation-fad8e511cb13c0e8.yaml
jakecoll 30eab20112 Add Resource Allocations API support
The Resource Allocation API was added in Stein. This adds support for
querying it with blazarclient. Only the host resource type is supported
for now.

Co-Authored-By: Matt Crees <mattc@stackhpc.com>
Co-Authored-By: Pierre Riteau <pierre@stackhpc.com>
Change-Id: I28f45320164188df73b70d4c9e04c5e53655062e
2023-02-17 09:50:42 +01:00

17 lines
412 B
YAML

---
features:
- |
Adds support for querying the Resource Allocation API with the following
commands:
* ``blazar allocation-list``
* ``blazar allocation-show``
Only the ``host`` resource type is currently supported by the Blazar
service.
OpenStackClient commands are also available:
* ``openstack reservation allocation list``
* ``openstack reservation allocation show``