31d2e465e3
We support flavor extra_specs, so it would probably make sense to have some in one of the test fixture flavors. In order to make it compatible with the functional tests we'll make it as small as m1.tiny. Change-Id: Ic98d7dd2f44796279e18083a8c423aed0066d177
137 lines
4.3 KiB
JSON
137 lines
4.3 KiB
JSON
{
|
|
"flavors": [
|
|
{
|
|
"OS-FLV-DISABLED:disabled": false,
|
|
"disk": 1,
|
|
"OS-FLV-EXT-DATA:ephemeral": 0,
|
|
"os-flavor-access:is_public": true,
|
|
"id": "1",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/6f70656e737461636b20342065766572/flavors/1",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/6f70656e737461636b20342065766572/flavors/1",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.tiny",
|
|
"ram": 512,
|
|
"swap": "",
|
|
"vcpus": 1,
|
|
"rxtx_factor": 1.0
|
|
},
|
|
{
|
|
"OS-FLV-DISABLED:disabled": false,
|
|
"disk": 20,
|
|
"OS-FLV-EXT-DATA:ephemeral": 0,
|
|
"os-flavor-access:is_public": true,
|
|
"id": "2",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/6f70656e737461636b20342065766572/flavors/2",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/6f70656e737461636b20342065766572/flavors/2",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.small",
|
|
"ram": 2048,
|
|
"swap": "",
|
|
"vcpus": 1,
|
|
"rxtx_factor": 1.0
|
|
},
|
|
{
|
|
"OS-FLV-DISABLED:disabled": false,
|
|
"disk": 40,
|
|
"OS-FLV-EXT-DATA:ephemeral": 0,
|
|
"os-flavor-access:is_public": true,
|
|
"id": "3",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/6f70656e737461636b20342065766572/flavors/3",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/6f70656e737461636b20342065766572/flavors/3",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.medium",
|
|
"ram": 4096,
|
|
"swap": "",
|
|
"vcpus": 2,
|
|
"rxtx_factor": 1.0
|
|
},
|
|
{
|
|
"OS-FLV-DISABLED:disabled": false,
|
|
"disk": 80,
|
|
"OS-FLV-EXT-DATA:ephemeral": 0,
|
|
"os-flavor-access:is_public": true,
|
|
"id": "4",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/6f70656e737461636b20342065766572/flavors/4",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/6f70656e737461636b20342065766572/flavors/4",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.large",
|
|
"ram": 8192,
|
|
"swap": "",
|
|
"vcpus": 4,
|
|
"rxtx_factor": 1.0
|
|
},
|
|
{
|
|
"OS-FLV-DISABLED:disabled": false,
|
|
"disk": 160,
|
|
"OS-FLV-EXT-DATA:ephemeral": 0,
|
|
"os-flavor-access:is_public": true,
|
|
"id": "5",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/6f70656e737461636b20342065766572/flavors/5",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/6f70656e737461636b20342065766572/flavors/5",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.xlarge",
|
|
"ram": 16384,
|
|
"swap": "",
|
|
"vcpus": 8,
|
|
"rxtx_factor": 1.0
|
|
},
|
|
{
|
|
"OS-FLV-DISABLED:disabled": false,
|
|
"disk": 1,
|
|
"OS-FLV-EXT-DATA:ephemeral": 0,
|
|
"os-flavor-access:is_public": true,
|
|
"id": "6",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/6f70656e737461636b20342065766572/flavors/6",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/6f70656e737461636b20342065766572/flavors/6",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.tiny.specs",
|
|
"ram": 512,
|
|
"swap": "",
|
|
"vcpus": 1,
|
|
"rxtx_factor": 1.0
|
|
}
|
|
]
|
|
}
|