Allocation API: fix minor issues in the API reference
Follow-up to commit acc4c402de
.
Change-Id: Ie519caf791b6444afdc5a8665b1fbd719f916388
Story: #2004341
This commit is contained in:
parent
ba83855111
commit
08270cebab
@ -26,13 +26,13 @@ A Node is suitable for an Allocation if all of the following holds:
|
|||||||
|
|
||||||
* ``provision_state`` is ``available``
|
* ``provision_state`` is ``available``
|
||||||
* ``power_state`` is not ``null``
|
* ``power_state`` is not ``null``
|
||||||
* ``maintenance`` is false
|
* ``maintenance`` is ``false``
|
||||||
* ``instance_uuid`` is ``null``
|
* ``instance_uuid`` is ``null``
|
||||||
* ``resource_class`` matches requested one
|
* ``resource_class`` matches requested one
|
||||||
* ``traits`` list contains the requested ones
|
* ``traits`` list contains all of the requested ones
|
||||||
|
|
||||||
The allocation process is asynchronous. The new Allocation is returned in
|
The allocation process is asynchronous. The new Allocation is returned in
|
||||||
the ``allocating`` state, and the process continues in background. If it
|
the ``allocating`` state, and the process continues in the background. If it
|
||||||
succeeds, the ``node_uuid`` field is populated with the Node's UUID, and the
|
succeeds, the ``node_uuid`` field is populated with the Node's UUID, and the
|
||||||
Node's ``instance_uuid`` field is set to the Allocation's UUID.
|
Node's ``instance_uuid`` field is set to the Allocation's UUID.
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ Delete Allocation by Node
|
|||||||
|
|
||||||
.. rest_method:: DELETE /v1/nodes/{node_ident}/allocation
|
.. rest_method:: DELETE /v1/nodes/{node_ident}/allocation
|
||||||
|
|
||||||
Deletes the allocation of this node.
|
Deletes the allocation of this node and resets its ``instance_uuid``.
|
||||||
|
|
||||||
The deletion will fail if the allocation the node is ``active`` and not in
|
The deletion will fail if the allocation the node is ``active`` and not in
|
||||||
the ``maintenance`` mode.
|
the ``maintenance`` mode.
|
||||||
|
@ -1215,8 +1215,8 @@ req_boot_interface:
|
|||||||
type: string
|
type: string
|
||||||
req_candidate_nodes:
|
req_candidate_nodes:
|
||||||
description: |
|
description: |
|
||||||
The list of nodes that should be considered for this allocation. If not
|
The list of nodes (names or UUIDs) that should be considered for this
|
||||||
provided, all available nodes will be considered.
|
allocation. If not provided, all available nodes will be considered.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: array
|
type: array
|
||||||
|
Loading…
Reference in New Issue
Block a user