Add description for placement 1.26

Add description for placement microversion 1.26
in the following APIs in the placement API reference.

* PUT /resource_providers/{uuid}/inventories
* PUT /resource_providers/{uuid}/inventories/{resource_class}

Up to microversion 1.25, the value of 'reserved' has to be less
than the value of 'total' in the request.
Starting from microversion 1.26, it has to be less than or
equal to the value of 'total'.

Change-Id: Id1857abf323c9776ab8fe957202848ff7ab3fbd2
Closes-Bug: #1783380
This commit is contained in:
Takashi NATSUME 2018-07-30 22:44:45 +09:00
parent 8c91a5b72d
commit eec172a017
1 changed files with 5 additions and 0 deletions

View File

@ -376,6 +376,11 @@ reserved: &reserved
reserved_opt:
<<: *reserved
required: false
description: >
The amount of the resource a provider has reserved for its own use.
Up to microversion 1.25, this value has to be less than the value of
``total``. Starting from microversion 1.26, this value has to be less
than or equal to the value of ``total``.
resource_class:
<<: *resource_class_path
in: body