~ziad-sawalha/keystone/master

« back to all changes in this revision

Viewing changes to keystone/content/samples/auth.json

  • Committer: Dolph Mathews
  • Author(s): Ziad Sawalha
  • Date: 2011-08-15 14:33:24 UTC
  • Revision ID: git-v1:d9d6a2dd7e01a9ff502b35a1c7b08149c11b362c
Added reponse handling for xsd static file rendering

Change-Id: Iccf2b5b4947d2d8c16ddcf4412657d01bd570729

Schema updates. Split WADLs and extensions and got xsds to compile

Change-Id: I68d34df56f76d86c3764da74b4afe7e67f8ee616

Added reponse handling for xsd static file rendering

Change-Id: Iccf2b5b4947d2d8c16ddcf4412657d01bd570729

Added reponse handling for xsd static file rendering

Change-Id: Iccf2b5b4947d2d8c16ddcf4412657d01bd570729

Extension handling and static file content reorganization

Change-Id: I9f0f66c90df3f43933dc1a578cef2691f4fb332f

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
  "auth":{
3
 
    "token":{
4
 
      "id":"asdasdasd-adsasdads-asdasdasd-adsadsasd",
5
 
      "expires":"2010-11-01T03:32:15-05:00"
6
 
    },
7
 
    "serviceCatalog": [{
8
 
        "name": "Cloud Servers",
9
 
        "type": "compute",
10
 
        "endpoints": [{
11
 
            "publicURL": "https://compute.north.host/v1/blah-blah",
12
 
            "internalURL": "https://compute.north.host/v1/blah-blah",
13
 
            "region": "North",
14
 
            "versionId": "1.0",
15
 
            "versionInfo": "uri",
16
 
            "versionList": "uri"
17
 
            }, {
18
 
            "publicURL": "https://compute.north.host/v1.1/blah-blah",
19
 
            "internalURL": "https://compute.north.host/v1.1/blah-blah",
20
 
            "region": "North",
21
 
            "versionId": "1.1",
22
 
            "versionInfo": "https://compute.north.host/v1.1/",
23
 
            "versionList": "https://compute.north.host/"
24
 
            }]
25
 
        }, {
26
 
        "name": "Cloud Files",
27
 
        "type": "object store",
28
 
        "endpoints": [{
29
 
            "publicURL": "https://compute.north.host/v1/blah-blah",
30
 
            "internalURL": "https://compute.north.host/v1/blah-blah",
31
 
            "region": "South",
32
 
            "versionId": "1.0",
33
 
            "versionInfo": "uri",
34
 
            "versionList": "uri"
35
 
            }, {
36
 
            "publicURL": "https://compute.north.host/v1.1/blah-blah",
37
 
            "internalURL": "https://compute.north.host/v1.1/blah-blah",
38
 
            "region": "South",
39
 
            "versionId": "1.1",
40
 
            "versionInfo": "https://compute.north.host/v1.1/",
41
 
            "versionList": "https://compute.north.host/"
42
 
            }],
43
 
            "endpoint_links": [{"rel": "next", "href": "https://identity.north.host/v2.0/endpoints?marker=2"}]
44
 
        }],
45
 
        "serviceCatalog_links": [{"rel": "next", "href": "uri"}]
46
 
    }
47
 
  }