[placement] Move body examples to an isolated directory
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
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"allocations": {
|
||||
"56785a3f-6f1c-4fec-af0b-0faf075b1fcb": {
|
||||
"resources": {
|
||||
"MEMORY_MB": 256,
|
||||
"VCPU": 1
|
||||
}
|
||||
},
|
||||
"9afd5aeb-d6b9-4dea-a588-1e6327a91834": {
|
||||
"resources": {
|
||||
"MEMORY_MB": 512,
|
||||
"VCPU": 2
|
||||
}
|
||||
},
|
||||
"9d16a611-e7f9-4ef3-be26-c61ed01ecefb": {
|
||||
"resources": {
|
||||
"MEMORY_MB": 1024,
|
||||
"VCPU": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"resource_provider_generation": 12
|
||||
}
|
||||
Reference in New Issue
Block a user