9009d56d21
Tests were previously using arbitrary keys that weren't published anywhere in the codebase. Switch to using meaningful ones. Change-Id: I8da84b48e4d630eeb91d92346aa2323e25e28e3b Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
30 lines
823 B
JSON
30 lines
823 B
JSON
{
|
|
"flavor": {
|
|
"OS-FLV-DISABLED:disabled": false,
|
|
"disk": 20,
|
|
"OS-FLV-EXT-DATA:ephemeral": 0,
|
|
"os-flavor-access:is_public": true,
|
|
"id": "7",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/6f70656e737461636b20342065766572/flavors/7",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/6f70656e737461636b20342065766572/flavors/7",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.small.description",
|
|
"ram": 2048,
|
|
"swap": "",
|
|
"vcpus": 1,
|
|
"rxtx_factor": 1.0,
|
|
"description": "test description",
|
|
"extra_specs": {
|
|
"hw:cpu_policy": "shared",
|
|
"hw:numa_nodes": "1"
|
|
}
|
|
}
|
|
}
|