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

« back to all changes in this revision

Viewing changes to keystone/content/common/samples/version.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
<version xmlns="http://docs.openstack.org/common/api/v1.0"
 
3
         xmlns:atom="http://www.w3.org/2005/Atom"
 
4
         id="v2.0" status="CURRENT" updated="2011-01-21T11:33:21-06:00">
 
5
 
 
6
     <media-types>
 
7
         <media-type base="application/xml"
 
8
            type="application/vnd.openstack.identity+xml;version=2.0"/>
 
9
         <media-type base="application/json"
 
10
            type="application/vnd.openstack.identity+json;version=2.0"/>
 
11
     </media-types>
 
12
 
 
13
     <atom:link rel="self"
 
14
                href="http://identity.api.openstack.org/v2.0/"/>
 
15
 
 
16
    <atom:link rel="describedby"
 
17
               type="application/pdf"
 
18
               href="http://docs.openstack.org/identity/api/v2.0/identity-latest.pdf" />
 
19
 
 
20
    <atom:link rel="describedby"
 
21
               type="application/vnd.sun.wadl+xml"
 
22
               href="http://docs.openstack.org/identity/api/v2.0/identity.wadl" />
 
23
</version>