Advertisement
Guest User

Untitled

a guest
Jun 13th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. DEBUG:horizon.api.keystone:Creating a new keystoneclient connection to http://ip/v2.0
  2.  
  3. REQ: curl -i http://ip:5000/v2.0/tenants -X GET -H "User-Agent: python-keystoneclient" -H "X-Auth-Token: 929051041b944adf9574698ad0f955d5"
  4.  
  5. DEBUG:keystoneclient.client:REQ: curl -i http://62.217.120.216:5000/v2.0/tenants -X GET -H "User-Agent: python-keystoneclient" -H "X-Auth-Token: 929051041b944adf9574698ad0f955d5"
  6.  
  7. RESP: {'status': '200', 'content-location': u'http://ip:5000/v2.0/tenants', 'transfer-encoding': 'chunked', 'vary': 'X-Auth-Token', 'date': 'Wed, 13 Jun 2012 11:02:11 GMT', 'content-type': 'application/json'}
  8.  
  9. RESP BODY: {"tenants_links": [], "tenants": [{"enabled": true, "description": null, "name": "admin", "id": "496a90f3a289448980af0824154059d1"}, {"enabled": true, "description": null, "name": "service", "id": "e0f4bfac6f0f4f33bdac9f1617beb47e"}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement