~ubuntu-branches/ubuntu/saucy/keystone/saucy-proposed

« back to all changes in this revision

Viewing changes to keystone/content/common/samples/endpointTemplates.json

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-08-23 10:18:22 UTC
  • Revision ID: james.westby@ubuntu.com-20110823101822-enve6zceb3lqhuvj
Tags: upstream-1.0~d4~20110823.1078
ImportĀ upstreamĀ versionĀ 1.0~d4~20110823.1078

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "endpointsTemplates": [
 
3
    {
 
4
      "id": 1,
 
5
      "region": "North",
 
6
      "global": true,
 
7
      "type": "compute",
 
8
      "publicURL": "https://compute.north.public.com/v1",
 
9
      "internalURL": "https://compute.north.internal.com/v1",
 
10
      "versionId": "1",
 
11
      "versionInfo": "https://compute.north.public.com/v1/",
 
12
      "versionList": "https://compute.north.public.com/",
 
13
      "enabled": true
 
14
    }, {
 
15
      "id": 2,
 
16
      "region": "South",
 
17
      "serviceName": "compute",
 
18
      "publicURL": "https://compute.south.public.com/v1",
 
19
      "internalURL": "https://compute.south.internal.com/v1",
 
20
      "versionId": "1",
 
21
      "versionInfo": "https://compute.south.public.com/v1/",
 
22
      "versionList": "https://compute.south.public.com/",
 
23
      "enabled": false
 
24
    }, {
 
25
      "id": 3,
 
26
      "region": "North",
 
27
      "global": true,
 
28
      "serviceName": "object-store",
 
29
      "publicURL": "https://object-store.north.public.com/v1.0",
 
30
      "versionId": "1.0",
 
31
      "versionInfo": "https://object-store.north.public.com/v1.0/",
 
32
      "versionList": "https://object-store.north.public.com/",
 
33
      "enabled": true
 
34
    }, {
 
35
      "id": 4,
 
36
      "region": "South",
 
37
      "serviceName": "object-store",
 
38
      "publicURL": "https://object-store.south.public.com/v2",
 
39
      "versionId": "2",
 
40
      "versionInfo": "https://object-store.south.public.com/v2/",
 
41
      "versionList": "https://object-store.south.public.com/",
 
42
      "enabled": true
 
43
    }, {
 
44
      "id": 5,
 
45
      "global": true,
 
46
      "serviceName": "OS-DNS:DNS",
 
47
      "publicURL": "https://dns.public.com/v3.2",
 
48
      "versionId": "1.0",
 
49
      "versionInfo": "https://dns.public.com/v1.0/",
 
50
      "versionList": "https://dns.public.com/",
 
51
      "enabled": true
 
52
    }
 
53
  ]
 
54
}