Most v2.1 API patches are merged and the v2.1 API gate jobs are stable now. This patch changes v2.1 API status to CURRENT from EXPERIMENTAL, and does v2 one to SUPPORTED for making developers concentrate on v2.1 API instead of v2 API. We will replace /v2 endpoint with v2.1 code because users will be able to continue using /v2 endpoint without any changes, and /v2 endpoint status becomes CURRENT -> SUPPORTED -> CURRENT Partially implements blueprint v2-on-v3-api Change-Id: I2c5e6612db4a792f1950f53c0bc69617e47b0fff Depends-On: I8e63a684093dfe3a643c07b20e8080c1e950ed5a
27 lines
627 B
JSON
27 lines
627 B
JSON
{
|
|
"versions": [
|
|
{
|
|
"id": "v2.0",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "SUPPORTED",
|
|
"updated": "2011-01-21T11:33:21Z"
|
|
},
|
|
{
|
|
"id": "v2.1",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2.1/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "CURRENT",
|
|
"updated": "2013-07-23T11:33:21Z"
|
|
}
|
|
]
|
|
}
|