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
This commit is contained in:
Chen 2018-08-09 18:56:33 +08:00
parent 9d39e8a043
commit e154ca668d

@ -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