469bf6a647
This commit adds ephemeral column to flavor-list Change-Id: I537bc2f3578e1e99b22f701f70ab8d96fec8908e Closes-Bug:1617980
22 lines
452 B
JSON
22 lines
452 B
JSON
{
|
|
"flavor": {
|
|
"ephemeral": 0,
|
|
"id": 1,
|
|
"links": [
|
|
{
|
|
"href": "https://troveapi.org/v1.0/1234/flavors/1",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "https://troveapi.org/flavors/1",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.tiny",
|
|
"ram": 512,
|
|
"str_id": "1",
|
|
"disk":0,
|
|
"vcpus": 10
|
|
}
|
|
}
|