9a22d11d3c
Change-Id: I4702f38eebde7b58bbe1048d22d7335979085f1b Implements: blueprint resource-allocation-api
12 lines
546 B
YAML
12 lines
546 B
YAML
---
|
|
features:
|
|
- |
|
|
The List Allocations API and the Get Allocation API are newly implemented.
|
|
The two APIs return list of mappings between a reservable resource and
|
|
reservations. Currently Blazar only supports reservation of compute
|
|
resources, so the APIs return mappings of hosts with reservation IDs of
|
|
physical host reservations and instance reservations. See details of the
|
|
API in the `API reference`_ .
|
|
|
|
.. _`API reference`: https://developer.openstack.org/api-ref/reservation/v1/index.html#resource-allocations
|