9c4ac4e613
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
46 lines
1.4 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|