2023.1 Series Release Notes¶
3.6.0¶
New 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
Other Notes¶
The ID parser argument is moved from the ShowCommand class to each resource class. This allows the ordering of arguments to be fully customised, instead of requiring the ID to come first.