Merge "api-ref: fix list-resource-type-assocs example"
This commit is contained in:
commit
a7f2b98fc0
@ -129,7 +129,7 @@ Response Parameters
|
|||||||
Response Example
|
Response Example
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
.. literalinclude:: samples/metadef-resource-types-list-response.json
|
.. literalinclude:: samples/metadef-resource-type-assoc-list-response.json
|
||||||
:language: json
|
:language: json
|
||||||
|
|
||||||
|
|
||||||
|
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"resource_type_associations": [
|
||||||
|
{
|
||||||
|
"created_at": "2018-03-05T18:20:44Z",
|
||||||
|
"name": "OS::Nova::Flavor",
|
||||||
|
"prefix": "hw:"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"created_at": "2018-03-05T18:20:44Z",
|
||||||
|
"name": "OS::Glance::Image",
|
||||||
|
"prefix": "hw_"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user