390a1c9a74
This change introduces the API endpoints for allocation API: * GET/POST /v1/allocations * GET/DELETE /v1/allocations/<ID or name> * GET/DELETE /v1/nodes/<ID or name>/allocation Change-Id: Idf1a30d1a90b8c626d3b912c92844297e920d68c Story: #2004341 Task: #28739
11 lines
343 B
YAML
11 lines
343 B
YAML
---
|
|
features:
|
|
- |
|
|
Introduces allocation API. This API allows finding and reserving a node
|
|
by its resource class, traits and optional list of candidate nodes.
|
|
Introduces new API endpoints:
|
|
|
|
* ``GET/POST /v1/allocations``
|
|
* ``GET/DELETE /v1/allocations/<ID or name>``
|
|
* ``GET/DELETE /v1/nodes/<ID or name>/allocation``
|