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

« back to all changes in this revision

Viewing changes to keystone/content/common/samples/endpoints.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
 
 
3
<endpoints
 
4
    xmlns="http://docs.openstack.org/identity/api/v2.0">
 
5
  <endpoint
 
6
      href="https://auth.keystone.com/v2.0/endpoints/1"
 
7
      id="1" />
 
8
  <endpoint
 
9
      href="https://auth.keystone.com/v2.0/endpoints/2"
 
10
      id="2" />
 
11
  <endpoint
 
12
      href="https://auth.keystone.com/v2.0/endpoints/3"
 
13
      id="3" />
 
14
  <endpoint
 
15
      href="https://auth.keystone.com/v2.0/endpoints/4"
 
16
      id="4" />
 
17
  <endpoint
 
18
      href="https://auth.keystone.com/v2.0/endpoints/5"
 
19
      id="5" />
 
20
</endpoints>