From 323a1d39ee96e7f25bbdf978803a8ae105cf52b8 Mon Sep 17 00:00:00 2001 From: "Jorge L. Williams" Date: Fri, 19 Aug 2011 14:38:16 -0500 Subject: Documentation cleanups. Change-Id: Iaccb5f5351034faa8aa3e518d0597ec246886acf --- keystone/content/service/identity.wadl | 45 +++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/keystone/content/service/identity.wadl b/keystone/content/service/identity.wadl index 99520d02..d0e021df 100644 --- a/keystone/content/service/identity.wadl +++ b/keystone/content/service/identity.wadl @@ -17,6 +17,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:html="http://www.w3.org/1999/xhtml" + xmlns:wadl="http://wadl.dev.java.net/2009/02" xsi:schemaLocation="http://docs.openstack.org/identity/api/v2.0 xsd/api.xsd http://docs.openstack.org/common/api/v1.0 xsd/api-common.xsd http://wadl.dev.java.net/2009/02 http://www.w3.org/Submission/wadl/wadl.xsd @@ -120,27 +121,25 @@ - - - Client authentication is provided via a ReST interface using the POST method, - with v2.0/tokens supplied as the path. - - Additionally, a payload of credentials must be included in the body. - See supported credentials - - Each ReST request against the Keystone system requires the inclusion of a - specific authorization token HTTP x-header, defined as X-Auth-Token. Clients obtain - this token, along with the URL to other service APIs, by first authenticating against the - Keystone Service and supplying valid credentials. - - The Keystone Service is a ReSTful web service. It is the entry point to all service APIs. - - To access the Keystone Service, you must know URL of the Keystone service. - - TenantID is optional and may be used to specify that a token should be returned that - has access to the resources of that particular tenant. - + +

+ Client authentication is provided via a ReST interface using the POST method, + with v2.0/tokens supplied as the path. A payload of credentials must be included + in the body. See supported credentials +

+

+ Each ReST request against the Keystone system requires the inclusion of a + specific authorization token HTTP x-header, defined as X-Auth-Token. Clients obtain + this token, along with the URL to other service APIs, by first authenticating against the + Keystone Service and supplying valid credentials. +

+

+ The Keystone Service is a ReSTful web service. It is the entry point to all service APIs. + To access the Keystone Service, you must know URL of the Keystone service. +

+
@@ -160,6 +159,12 @@ + +

+ Returns a list of tenants. +

+
-- cgit