[placement] Add aggregate link note in API ref
The aggregate link has been added in resource provider APIs since microversion 1.1. But the note is missing in Placement API reference. Add the note. The allocations link is missing in the response example of "Update resource provider" API. Add it as well. Change-Id: I325ff34c8b436429c2a2623cf1fb16b368807d29 Closes-Bug: #1733317
This commit is contained in:
parent
78d87f0ddc
commit
af7149f926
placement-api-ref/source
@ -272,10 +272,11 @@ resource_provider_links:
|
||||
description: |
|
||||
A list of links associated with one resource provider.
|
||||
|
||||
.. note:: Trait relationship link is available starting from version 1.6.
|
||||
.. note::
|
||||
|
||||
.. note:: Allocations relationship link is available starting from version
|
||||
1.11.
|
||||
Aggregates relationship link is available starting from version 1.1.
|
||||
Traits relationship link is available starting from version 1.6.
|
||||
Allocations relationship link is available starting from version 1.11.
|
||||
|
||||
resource_provider_name:
|
||||
type: string
|
||||
|
@ -20,6 +20,10 @@
|
||||
{
|
||||
"href": "/placement/resource_providers/33f26ae0-dbf2-485b-a24a-244d8280e29f/traits",
|
||||
"rel": "traits"
|
||||
},
|
||||
{
|
||||
"href": "/placement/resource_providers/33f26ae0-dbf2-485b-a24a-244d8280e29f/allocations",
|
||||
"rel": "allocations"
|
||||
}
|
||||
],
|
||||
"name": "Shared storage",
|
||||
|
Loading…
x
Reference in New Issue
Block a user