8596e8b840
Partially implements blueprint nova-api-samples Fixes bug 1091743 Change-Id: I400e627cfc499b3e7bb1c88d6ce7d24b4d222b84
20 lines
474 B
JSON
20 lines
474 B
JSON
{
|
|
"flavor": {
|
|
"disk": 10,
|
|
"id": "100",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/openstack/flavors/100",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/openstack/flavors/100",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "flavortest",
|
|
"ram": 1024,
|
|
"rxtx_factor": 2.0,
|
|
"vcpus": 2
|
|
}
|
|
} |