summaryrefslogtreecommitdiffstats
path: root/tests/keystone_compat_diablo_sample_catalog.json
blob: 1ccef4a1edb6ee9a17e96cc6252b9e5d3ca65e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[{
  "name":"Cloud Servers",
  "type":"compute",
  "endpoints":[{
    "tenantId":"1",
    "publicURL":"https://compute.north.host/v1/1234",
    "internalURL":"https://compute.north.host/v1/1234",
    "region":"North",
    "versionId":"1.0",
    "versionInfo":"https://compute.north.host/v1.0/",
    "versionList":"https://compute.north.host/"
  },
  {
    "tenantId":"2",
    "publicURL":"https://compute.north.host/v1.1/3456",
    "internalURL":"https://compute.north.host/v1.1/3456",
    "region":"North",
    "versionId":"1.1",
    "versionInfo":"https://compute.north.host/v1.1/",
    "versionList":"https://compute.north.host/"
  }
  ],
    "endpoints_links":[]
},
{
  "name":"Cloud Files",
  "type":"object-store",
  "endpoints":[{
    "tenantId":"11",
    "publicURL":"https://compute.north.host/v1/blah-blah",
    "internalURL":"https://compute.north.host/v1/blah-blah",
    "region":"South",
    "versionId":"1.0",
    "versionInfo":"uri",
    "versionList":"uri"
  },
  {
    "tenantId":"2",
    "publicURL":"https://compute.north.host/v1.1/blah-blah",
    "internalURL":"https://compute.north.host/v1.1/blah-blah",
    "region":"South",
    "versionId":"1.1",
    "versionInfo":"https://compute.north.host/v1.1/",
    "versionList":"https://compute.north.host/"
  }
  ],
    "endpoints_links":[{
      "rel":"next",
      "href":"https://identity.north.host/v2.0/endpoints?marker=2"
    }
  ]
}
]