Skip to content

Instantly share code, notes, and snippets.

@nlothian
nlothian / gist:3127581
Created July 17, 2012 06:25
OpenStack authentication return
{
"access": {
"token": {
"expires": "2012-04-23T23:54:00",
"id": "<id>",
"tenant": {
"id": "<tenantId>",
"name": "<username>"
}
},