From eec172a017e6de26add6b2172207f48a0f2e98a8 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Mon, 30 Jul 2018 22:44:45 +0900 Subject: [PATCH] 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 --- placement-api-ref/source/parameters.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/placement-api-ref/source/parameters.yaml b/placement-api-ref/source/parameters.yaml index 82dcbdaa135c..99e8cbd2b4fe 100644 --- a/placement-api-ref/source/parameters.yaml +++ b/placement-api-ref/source/parameters.yaml @@ -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