From 5f376327b507c44bce1469befdeef238b1379e6a Mon Sep 17 00:00:00 2001 From: Chen Date: Thu, 9 Aug 2018 18:56:33 +0800 Subject: [PATCH] Add additional info to resource provider aggregates update API Mention that if any nonexistent aggregate uuids are provided, those aggregates will be created automatically first during the update call. I think this is a good addition since in fact I was much confused how the aggregates can be created in the first place when playing with the placement APIs. Change-Id: I2f86715a21784eb974b73fc3edc74eedd73ad48b --- placement-api-ref/source/parameters.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/placement-api-ref/source/parameters.yaml b/placement-api-ref/source/parameters.yaml index 0ca02f94f284..0c10d1a8783e 100644 --- a/placement-api-ref/source/parameters.yaml +++ b/placement-api-ref/source/parameters.yaml @@ -256,7 +256,8 @@ aggregates: in: body required: true description: > - A list of aggregate uuids. + A list of aggregate uuids. Previously nonexistent aggregates are + created automatically. allocation_ratio: &allocation_ratio type: float in: body