515412b59f
This change removes experimental status from Api versions >2.7 setting 2.8 (multi-store support) to SUPPORTED and 2.9 (caching) to CURRENT. NOTE: 2.8 will show up in list only if the glance-api service is configured with multi-store. The API versions list can be used to determine if the multi-store functionality is availabe in the endpoint. Change-Id: I37350fc46191074d42edc73c2451eae73261957d
105 lines
2.6 KiB
JSON
105 lines
2.6 KiB
JSON
{
|
|
"versions": [
|
|
{
|
|
"id": "v2.9",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.org/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "CURRENT"
|
|
},
|
|
{
|
|
"id": "v2.8",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.org/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "SUPPORTED"
|
|
},
|
|
{
|
|
"id": "v2.7",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.org/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "SUPPORTED"
|
|
},
|
|
{
|
|
"id": "v2.6",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.org/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "SUPPORTED"
|
|
},
|
|
{
|
|
"id": "v2.5",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.org/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "SUPPORTED"
|
|
},
|
|
{
|
|
"id": "v2.4",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.org/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "SUPPORTED"
|
|
},
|
|
{
|
|
"id": "v2.3",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.org/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "SUPPORTED"
|
|
},
|
|
{
|
|
"id": "v2.2",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.org/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "SUPPORTED"
|
|
},
|
|
{
|
|
"id": "v2.1",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.org/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "SUPPORTED"
|
|
},
|
|
{
|
|
"id": "v2.0",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.org/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "SUPPORTED"
|
|
}
|
|
]
|
|
}
|