openstacksdk/openstack/tests/unit/fixtures/compute-version.json

31 lines
573 B
JSON

{
"versions": [
{
"status": "SUPPORTED",
"updated": "2011-01-21T11:33:21Z",
"links": [
{
"href": "https://compute.example.com/v2/",
"rel": "self"
}
],
"min_version": "",
"version": "",
"id": "v2.0"
},
{
"status": "CURRENT",
"updated": "2013-07-23T11:33:21Z",
"links": [
{
"href": "https://compute.example.com/v2.1/",
"rel": "self"
}
],
"min_version": "2.10",
"version": "2.53",
"id": "v2.1"
}
]
}