6ba74918d5
We announced the deprecation of the v1 API on the mailing list during the mitaka release. While we continue to support it in code and run CI tests on it, we should allow the consumers of the versions API to acknowledge this change. This patch does not remove the API. It only marks the version as "DEPRECATED". [1] http://lists.openstack.org/pipermail/openstack-dev/2016-June/096517.html Change-Id: If80bddb68a5b92b604ef582fe07eef72c47d6f2f
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"versions": [
|
|
{
|
|
"status": "DEPRECATED",
|
|
"updated": "2015-08-27T11:33:21Z",
|
|
"links": [
|
|
{
|
|
"href": "http://docs.openstack.org/",
|
|
"type": "text/html",
|
|
"rel": "describedby"
|
|
},
|
|
{
|
|
"href": "http://172.18.198.54:8786/v1/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"min_version": "",
|
|
"version": "",
|
|
"media-types": [
|
|
{
|
|
"base": "application/json",
|
|
"type": "application/vnd.openstack.share+json;version=1"
|
|
}
|
|
],
|
|
"id": "v1.0"
|
|
},
|
|
{
|
|
"status": "CURRENT",
|
|
"updated": "2015-08-27T11:33:21Z",
|
|
"links": [
|
|
{
|
|
"href": "http://docs.openstack.org/",
|
|
"type": "text/html",
|
|
"rel": "describedby"
|
|
},
|
|
{
|
|
"href": "http://172.18.198.54:8786/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"min_version": "2.0",
|
|
"version": "2.15",
|
|
"media-types": [
|
|
{
|
|
"base": "application/json",
|
|
"type": "application/vnd.openstack.share+json;version=1"
|
|
}
|
|
],
|
|
"id": "v2.0"
|
|
}
|
|
]
|
|
}
|