
JSON body examples of Placement API reference are in the same directroy where *.inc files exist. This patch moves JSON body examples to an isolated directory in order to make it easier to maintain the API reference. Change-Id: I8fd587100d22bd10dd4b2b2f1b25c5ecc7fc8537
17 lines
339 B
JSON
17 lines
339 B
JSON
{
|
|
"inventories": {
|
|
"MEMORY_MB": {
|
|
"allocation_ratio": 2.0,
|
|
"max_unit": 16,
|
|
"step_size": 4,
|
|
"total": 128
|
|
},
|
|
"VCPU": {
|
|
"allocation_ratio": 10.0,
|
|
"reserved": 2,
|
|
"total": 64
|
|
}
|
|
},
|
|
"resource_provider_generation": 1
|
|
}
|