72e568af11
Currently v2 and v2.1 have separate functional tests and their corresponding sample files. As v2 and v2.1 are supposed to be identical, there is overhead to maintain two set of functional tests and sample files. We can have one set of tests which can run for both v2 and v2.1. This commit merges flavor all_extensions functional tests. Partially implements blueprint test-collapse-v2-and-v21 Change-Id: I1ca95ec4fc11294a8b8d484f54503df14726c2e4
25 lines
611 B
JSON
25 lines
611 B
JSON
{
|
|
"flavor": {
|
|
"OS-FLV-DISABLED:disabled": false,
|
|
"OS-FLV-EXT-DATA:ephemeral": 0,
|
|
"disk": 1,
|
|
"id": "1",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/openstack/flavors/1",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/openstack/flavors/1",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.tiny",
|
|
"os-flavor-access:is_public": true,
|
|
"ram": 512,
|
|
"rxtx_factor": 1.0,
|
|
"swap": "",
|
|
"vcpus": 1
|
|
}
|
|
}
|