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

« back to all changes in this revision

Viewing changes to keystone/content/common/samples/auth.xml

  • 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
<?xml version="1.0" encoding="UTF-8"?>
 
2
<auth xmlns="http://docs.openstack.org/identity/api/v2.0">
 
3
        <token expires="2010-11-01T03:32:15-05:00"
 
4
           id="ab48a9efdfedb23ty3494"/>
 
5
    <serviceCatalog>
 
6
        <service type="compute" name="Computers in the Cloud">
 
7
            <endpoint
 
8
                    region="North"
 
9
                    tenantId="1234"
 
10
                                                                                publicURL="https://north.compute.public.com/v2.0/1234"
 
11
                    internalURL="https://north.compute.internal.com/v2.0/1234">
 
12
                                                        <version
 
13
                                                                                        id="2.0"
 
14
                                                                                        info="https://north.compute.public.com/v2.0/"
 
15
                                                                                        list="https://north.compute.public.com/" />
 
16
                                                </endpoint>
 
17
            <endpoint
 
18
                    region="South"
 
19
                    tenantId="3456"
 
20
                    publicURL="https://south.compute.public.com/v2.0/3456"
 
21
                    internalURL="https://south.compute.internal.com/v2.0/3456">
 
22
                                                                                <version
 
23
                                                                                        id="2.0"
 
24
                                                                                        info="https://south.compute.public.com/v2.0/"
 
25
                                                                                        list="https://south.compute.public.com/" />
 
26
                                                </endpoint>
 
27
        </service>
 
28
        <service type="object-store" name="HTTP Object Store">
 
29
            <endpoint
 
30
                    region="North"
 
31
                    tenantId="1234"
 
32
                    publicURL="https://north.object-store.public.com/v1/1234"
 
33
                    internalURL="https://north.object-store.internal.com/v1/1234">
 
34
                                                        <version
 
35
                                                                                        id="1"
 
36
                                                                                        info="https://north.object-store.public.com/v1/"
 
37
                                                                                        list="https://north.object-store.public.com/" />
 
38
                                                </endpoint>
 
39
            <endpoint
 
40
                    region="South"
 
41
                    tenantId="3456"
 
42
                    publicURL="https://south.object-store.public.com/v2.0/3456"
 
43
                    internalURL="https://south.object-store.internal.com/v2.0/3456">
 
44
                                                                                <version
 
45
                                                                                        id="2.0"
 
46
                                                                                        info="https://south.object-store.public.com/v1/"
 
47
                                                                                        list="https://south.object-store.public.com/" />
 
48
                                                </endpoint>
 
49
        </service>
 
50
        <service type="dns" name="DNS-as-a-Service">
 
51
            <endpoint
 
52
                    publicURL="https://dns.public.com/v2.0/blah-blah">
 
53
                                                                <version
 
54
                                                                                        id="2.0"
 
55
                                                                                        info="https://dns.public.com/v2.0/"
 
56
                                                                                        list="https://dns.public.com/" />
 
57
                                                </endpoint>
 
58
        </service>
 
59
    </serviceCatalog>
 
60
</auth>