Advertisement
Guest User

Untitled

a guest
Feb 27th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. % Total % Received % Xferd Average Speed Time Time Time Current
  2. Dload Upload Total Spent Left Speed
  3. 100 1111 100 995 100 116 13797 1608 --:--:-- --:--:-- --:--:-- 14014
  4. {
  5. "access": {
  6. "serviceCatalog": [
  7. {
  8. "endpoints": [
  9. {
  10. "adminURL": "http://127.0.0.1:35357/v2.0",
  11. "internalURL": "http://127.0.0.1:5000/v2.0",
  12. "publicURL": "http://127.0.0.1:5000/v2.0",
  13. "region": "RegionOne"
  14. }
  15. ],
  16. "name": "keystone",
  17. "type": "identity"
  18. },
  19. {
  20. "endpoints": [
  21. {
  22. "adminURL": "http://127.0.0.1:8774/v1.1/1",
  23. "internalURL": "http://127.0.0.1:8774/v1.1/1",
  24. "publicURL": "http://127.0.0.1:8774/v1.1/1",
  25. "region": "RegionOne"
  26. }
  27. ],
  28. "name": "nova",
  29. "type": "compute"
  30. },
  31. {
  32. "endpoints": [
  33. {
  34. "adminURL": "http://127.0.0.1:9292/v1",
  35. "internalURL": "http://127.0.0.1:9292/v1",
  36. "publicURL": "http://127.0.0.1:9292/v1",
  37. "region": "RegionOne"
  38. }
  39. ],
  40. "name": "glance",
  41. "type": "image"
  42. }
  43. ],
  44. "token": {
  45. "expires": "2012-02-28T07:59:17.173717",
  46. "id": "544cc629-389f-4d08-aa88-bc5515bef340",
  47. "tenant": {
  48. "id": "1",
  49. "name": "openstackDemo"
  50. }
  51. },
  52. "user": {
  53. "id": "1",
  54. "name": "adminUser",
  55. "roles": [
  56. {
  57. "id": "1",
  58. "name": "Admin",
  59. "tenantId": "1"
  60. },
  61. {
  62. "id": "1",
  63. "name": "Admin"
  64. },
  65. {
  66. "id": "1",
  67. "name": "Admin"
  68. },
  69. {
  70. "id": "1",
  71. "name": "Admin"
  72. }
  73. ]
  74. }
  75. }
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement