
Added subs wherever applicable. Added checks for correct return codes after REST ops Modified sample tests to FlavorManage API to differentiate them from the ones in FlavorExtraData. Partially implements blueprint nova-api-samples Fixes bug 1070162 Change-Id: I57c6611f379bef2ff586551b5501c4f7654e4374
12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"flavor": {
|
|
"name": "flavortest",
|
|
"ram": 1024,
|
|
"vcpus": 2,
|
|
"disk": 10,
|
|
"id": "666",
|
|
"rxtx_factor": 2.0,
|
|
"OS-FLV-EXT-DATA:ephemeral": 30,
|
|
"swap": 5
|
|
}
|
|
} |