summaryrefslogtreecommitdiff
path: root/releasenotes/notes/allocation-api-6ac2d262689f5f59.yaml
blob: a62079fb05e22cea7447e99366fc83ec7a70aee8 (plain)
1
2
3
4
5
6
7
8
9
10
---
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``