Advertisement
keyz182

Keystone API JSON

Mar 9th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.07 KB | None | 0 0
  1. {
  2.   "access": {
  3.     "token": {
  4.       "expires": "2012-03-09T18:24:00",
  5.       "id": "1234",
  6.       "tenant": {
  7.         "id": "2",
  8.         "name": "MyTenant"
  9.       }
  10.     },
  11.     "serviceCatalog": [
  12.       {
  13.         "endpoints": [
  14.           {
  15.             "adminURL": "http://192.168.2.2:8774/v1.1/2",
  16.             "region": "nova",
  17.             "internalURL": "http://192.168.2.2:8774/v1.1/2",
  18.             "publicURL": "http://192.168.2.2:80/v1.1/2"
  19.           }
  20.         ],
  21.         "type": "compute",
  22.         "name": "nova"
  23.       },
  24.       {
  25.         "endpoints": [
  26.           {
  27.             "adminURL": "http://192.168.2.2:9292/v1.1/2",
  28.             "region": "nova",
  29.             "internalURL": "http://192.168.2.2:9292/v1.1/2",
  30.             "publicURL": "http://192.168.2.2:9292/v1.1/2"
  31.           }
  32.         ],
  33.         "type": "image",
  34.         "name": "glance"
  35.       },
  36.       {
  37.         "endpoints": [
  38.           {
  39.             "adminURL": "http://192.168.2.2:35357/v2.0",
  40.             "region": "nova",
  41.             "internalURL": "http://192.168.2.2:5000/v2.0",
  42.             "publicURL": "http://192.168.2.2:5000/v2.0"
  43.           }
  44.         ],
  45.         "type": "identity",
  46.         "name": "keystone"
  47.       },
  48.       {
  49.         "endpoints": [
  50.           {
  51.             "adminURL": "http://192.168.2.2:8080/v1/",
  52.             "region": "nova",
  53.             "internalURL": "http://192.168.2.2:8080/v1/AUTH_2",
  54.             "publicURL": "http://192.168.2.2:8080/v1/AUTH_2"
  55.           }
  56.         ],
  57.         "type": "object-store",
  58.         "name": "swift"
  59.       }
  60.     ],
  61.     "user": {
  62.       "id": "2",
  63.       "roles": [
  64.         {
  65.           "tenantId": "2",
  66.           "id": "2",
  67.           "name": "Member"
  68.         },
  69.         {
  70.           "tenantId": "2",
  71.           "id": "5",
  72.           "name": "sysadmin"
  73.         },
  74.         {
  75.           "tenantId": "2",
  76.           "id": "6",
  77.           "name": "netadmin"
  78.         },
  79.         {
  80.           "id": "7",
  81.           "name": "SwiftOperator"
  82.         }
  83.       ],
  84.       "name": "keyz182"
  85.     }
  86.   }
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement