da0482aad8
If > 2.103, return a HTTP 404 (Not Found). Otherwise, proxy through to the ServersController. Change-Id: Ic6b487316bb1fbf2cf57de5d8e6aabf06f0cdf52 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
31 lines
752 B
JSON
31 lines
752 B
JSON
{
|
|
"versions": [
|
|
{
|
|
"id": "v2.0",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "DEPRECATED",
|
|
"version": "",
|
|
"min_version": "",
|
|
"updated": "2025-07-04T12:00:00Z"
|
|
},
|
|
{
|
|
"id": "v2.1",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2.1/",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"status": "CURRENT",
|
|
"version": "2.103",
|
|
"min_version": "2.1",
|
|
"updated": "2013-07-23T11:33:21Z"
|
|
}
|
|
]
|
|
}
|