Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. root@dev-saml:~# keystone tenant-list
  2. Authorization Failed: Internal Server Error (HTTP 500)
  3. root@dev-saml:~# keystone --debug tenant-list
  4. DEBUG:keystoneclient.auth.identity.v2:Making authentication request to http://localhost:35357/v2.0/tokens
  5. INFO:urllib3.connectionpool:Starting new HTTP connection (1): localhost
  6. DEBUG:urllib3.connectionpool:"POST /v2.0/tokens HTTP/1.1" 200 816
  7. DEBUG:keystoneclient.session:REQ: curl -i -X GET http://localhost:35357/v2.0/tenants -H "User-Agent: python-keystoneclient" -H "X-Auth-Token: d28cbf792084414bace036ae0f5939af"
  8. INFO:urllib3.connectionpool:Starting new HTTP connection (1): localhost
  9. DEBUG:urllib3.connectionpool:"GET /v2.0/tenants HTTP/1.1" 200 363
  10. DEBUG:keystoneclient.session:RESP: [200] {'content-length': '363', 'vary': 'X-Auth-Token', 'server': 'Apache/2.4.10 (Ubuntu)', 'date': 'Sun, 22 Feb 2015 18:39:29 GMT', 'content-type': 'application/json', 'x-distribution': 'Ubuntu'}
  11. RESP BODY: {"tenants_links": [], "tenants": [{"description": "Service Tenant", "enabled": true, "id": "19b8a81f54ef4d0194c4a8120ff69f32", "name": "service"}, {"description": "Admin Tenant", "enabled": true, "id": "46c54accb00f4384a8b24ac5be1e1923", "name": "admin"}, {"description": "Demo Tenant", "enabled": true, "id": "fdf4653343e24c7fb8ed133c0df2007a", "name": "demo"}]}
  12.  
  13. +----------------------------------+---------+---------+
  14. | id | name | enabled |
  15. +----------------------------------+---------+---------+
  16. | 46c54accb00f4384a8b24ac5be1e1923 | admin | True |
  17. | fdf4653343e24c7fb8ed133c0df2007a | demo | True |
  18. | 19b8a81f54ef4d0194c4a8120ff69f32 | service | True |
  19. +----------------------------------+---------+---------+
  20. root@dev-saml:~# keystone --debug tenant-list
  21. DEBUG:keystoneclient.auth.identity.v2:Making authentication request to http://localhost:35357/v2.0/tokens
  22. INFO:urllib3.connectionpool:Starting new HTTP connection (1): localhost
  23. DEBUG:urllib3.connectionpool:"POST /v2.0/tokens HTTP/1.1" 500 609
  24. DEBUG:keystoneclient.session:Request returned failure status: 500
  25. Authorization Failed: Internal Server Error (HTTP 500)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement