danhoutz

Openstack Tenant List - Curl vs keystone clientroot@contrail

Jun 26th, 2015
202
0
Never
8
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. root@contrail1:~/hannibal# keystone tenant-list
  2. +----------------------------------+--------------------+---------+
  3. | id | name | enabled |
  4. +----------------------------------+--------------------+---------+
  5. | 0efb474fc2684bb79d31f6a2c2d533f1 | admin | True |
  6. | 31795467c3674801aa9e24402584dc12 | c3635 | True |
  7. | 11c9aa6057014835854959d94dc140bd | demo | True |
  8. | 28f3513f4ac84fc2a4d15d964dcffe1a | invisible_to_admin | True |
  9. | 4902c18dea964aee9fe0392ff90648c3 | service | True |
  10. +----------------------------------+--------------------+---------+
  11.  
  12.  
  13. root@contrail1:~/hannibal# curl -H "X-Auth-Token: `echo $token`" http://127.0.0.1:5000/v2.0/tenants | python -m json.tool
  14. % Total % Received % Xferd Average Speed Time Time Time Current
  15. Dload Upload Total Spent Left Speed
  16. 100 231 100 231 0 0 4168 0 --:--:-- --:--:-- --:--:-- 4125
  17. {
  18. "tenants": [
  19. {
  20. "description": null,
  21. "enabled": true,
  22. "id": "0efb474fc2684bb79d31f6a2c2d533f1",
  23. "name": "admin"
  24. },
  25. {
  26. "description": null,
  27. "enabled": true,
  28. "id": "11c9aa6057014835854959d94dc140bd",
  29. "name": "demo"
  30. }
  31. ],
  32. "tenants_links": []
  33. }
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment