~ziad-sawalha/keystone/trunk

« back to all changes in this revision

Viewing changes to keystone/content/service/extensions.xml

  • Committer: Ziad Sawalha
  • Date: 2011-08-15 17:57:13 UTC
  • Revision ID: git-v1:396f0bfd5be0de50258dcdf3f0859981ff00cbd1
Extension handling through WSGI

Change-Id: I31b5e4257d96557fc6d44a6c9b0abd3dddf05e11

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
<extensions xmlns="http://docs.openstack.org/common/api/v2.0"
4
4
            xmlns:atom="http://www.w3.org/2005/Atom">
5
 
            <extension
6
 
                        name="Rackspace" namespace="http://docs.rackspace.com/identity/api/ext/rpe/v1.0" alias="RS-KEY"
7
 
                        updated="2011-08-14T13:25:27-06:00">
8
 
                        <description>
9
 
                                    Rackspace extensions to Keystone v2.0 API
10
 
                                    enabling API Key authentication.
11
 
                        </description>
12
 
                        <atom:link rel="describedby" type="application/pdf"
13
 
                                    href="http://docs.rackspacecloud.com/identity/api/ext/identity-RS-KEY-20110814.pdf"/>
14
 
                        <atom:link rel="describedby" type="application/vnd.sun.wadl+xml"
15
 
                                    href="http://docs.rackspacecloud.com/identity/api/ext/identity-RS-KEY.wadl"/>
16
 
            </extension>
17
5
</extensions>