
The MVP of image import functionality will be introduced as an EXPERIMENTAL 2.6 version of the Images API. The current version will remain at 2.5. This patch: * Updates the version response * Updates version negotiation code * Updates unit and functional tests * Updates the api-ref * Adds a releasenote Change-Id: Ied573897157e05f7b0438baeb1553326fb06613a
95 lines
2.3 KiB
JSON
95 lines
2.3 KiB
JSON
{
|
|
"versions": [
|
|
{
|
|
"id": "v2.6",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.org/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "EXPERIMENTAL"
|
|
},
|
|
{
|
|
"id": "v2.5",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.org/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "CURRENT"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"id": "v1.1",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.org/v1/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "DEPRECATED"
|
|
},
|
|
{
|
|
"id": "v1.0",
|
|
"links": [
|
|
{
|
|
"href": "http://glance.openstack.example.org/v1/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "DEPRECATED"
|
|
}
|
|
]
|
|
}
|