3c47ba4118
Change 'http://localhost:5000/v3', 'http://localhost:35357/v3' and 'http://identity:35357/v3' to 'http://example.com/identity/v3'. Change-Id: I68d67bb35a8d411fa4535b63771780d0dda1c225
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"token": {
|
|
"expires_at": "2013-02-27T18:30:59.999999Z",
|
|
"issued_at": "2013-02-27T16:30:59.999999Z",
|
|
"methods": [
|
|
"password"
|
|
],
|
|
"OS-TRUST:trust": {
|
|
"id": "fe0aef",
|
|
"impersonation": false,
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/trusts/fe0aef"
|
|
},
|
|
"trustee_user": {
|
|
"id": "0ca8f6",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/users/0ca8f6"
|
|
}
|
|
},
|
|
"trustor_user": {
|
|
"id": "bd263c",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/users/bd263c"
|
|
}
|
|
}
|
|
},
|
|
"user": {
|
|
"domain": {
|
|
"id": "1789d1",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/domains/1789d1"
|
|
},
|
|
"name": "example.com"
|
|
},
|
|
"email": "joe@example.com",
|
|
"id": "0ca8f6",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/users/0ca8f6"
|
|
},
|
|
"name": "Joe"
|
|
}
|
|
}
|
|
}
|