keystone/api-ref/source/v2/samples/admin/versions-list-response.json
Clenimar Filemon 9c4ac4e613 Update Identity endpoint in v2 samples
Change the endpoints in order to match the current API responses.
Switch sample domain from localhost to example.com.

localhost:5000/v2.0 -> example.com/identity/v2.0
localhost:35357/v2.0 -> example.com/identity_v2_admin/v2.0

The service catalog returned in authenticate-response, though, doesn't
keep the /v2.0. So, in this case, switch from localhost:5000/v2.0 to
example.com/identity. This matches the current API responses.

Change-Id: If26baeca17b19fa9fac3ace285d10dd28e824d4a
2016-07-16 03:43:10 +00:00

46 lines
1.4 KiB
JSON

{
"versions": {
"values": [
{
"id": "v3.4",
"links": [
{
"href": "http://example.com/identity/v3/",
"rel": "self"
}
],
"media-types": [
{
"base": "application/json",
"type": "application/vnd.openstack.identity-v3+json"
}
],
"status": "stable",
"updated": "2015-03-30T00:00:00Z"
},
{
"id": "v2.0",
"links": [
{
"href": "http://example.com/identity/v2.0/",
"rel": "self"
},
{
"href": "http://docs.openstack.org/",
"rel": "describedby",
"type": "text/html"
}
],
"media-types": [
{
"base": "application/json",
"type": "application/vnd.openstack.identity-v2.0+json"
}
],
"status": "stable",
"updated": "2014-04-17T00:00:00Z"
}
]
}
}