81719d4620
Change-Id: I65f8ed10dc5c1d31f848ad3fdc5c63e17fdc518f
20 lines
487 B
JSON
20 lines
487 B
JSON
{
|
|
"flavor": {
|
|
"OS-FLV-EXT-DATA:ephemeral": 30,
|
|
"disk": 10,
|
|
"id": "666",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/openstack/flavors/666",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/openstack/flavors/666",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "flavortest",
|
|
"ram": 1024,
|
|
"vcpus": 2
|
|
}
|
|
} |