Merge "Fix incorrect response example of flavor creation"
This commit is contained in:
commit
7e3f03909d
13
api-ref/source/mockup/flavor-create-request.json
Normal file
13
api-ref/source/mockup/flavor-create-request.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "test",
|
||||||
|
"properties": {
|
||||||
|
"memory": {
|
||||||
|
"capacity_mib": "3000",
|
||||||
|
"type": "DDR2"
|
||||||
|
},
|
||||||
|
"processor": {
|
||||||
|
"total_cores": "10",
|
||||||
|
"model": "Intel"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
16
api-ref/source/mockup/flavor-create-response.json
Normal file
16
api-ref/source/mockup/flavor-create-response.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"created_at": "2017-03-29 01:50:06 UTC",
|
||||||
|
"name": "test",
|
||||||
|
"properties": {
|
||||||
|
"memory": {
|
||||||
|
"capacity_mib": "3000",
|
||||||
|
"type": "DDR2"
|
||||||
|
},
|
||||||
|
"processor": {
|
||||||
|
"total_cores": "10",
|
||||||
|
"model": "Intel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"updated_at": "2017-03-29 01:50:06 UTC",
|
||||||
|
"uuid": "c5136808-8162-4595-9b19-6c92f5956766"
|
||||||
|
}
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "test",
|
|
||||||
"properties": {
|
|
||||||
"memory": {
|
|
||||||
"capacity_mib": "3000"
|
|
||||||
},
|
|
||||||
"processor": {
|
|
||||||
"total_cores": "10",
|
|
||||||
"model": "Intel"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "test",
|
|
||||||
"properties": {
|
|
||||||
"memory": {
|
|
||||||
"capacity_mib": "3000"
|
|
||||||
},
|
|
||||||
"processor": {
|
|
||||||
"total_cores": "10",
|
|
||||||
"model": "Intel"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user