ironic/releasenotes/notes/allocation-api-6ac2d262689f5f59.yaml
Dmitry Tantsur 390a1c9a74 Allocation API: REST API implementation
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
2019-02-08 18:47:25 +01:00

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``