diff options
| author | Jorge L. Williams <jorge.williams@rackspace.com> | 2011-04-14 21:57:10 -0500 |
|---|---|---|
| committer | Jorge L. Williams <jorge.williams@rackspace.com> | 2011-04-14 21:57:10 -0500 |
| commit | 81e57cd197ab87759e6b904686794de2aa2d2239 (patch) | |
| tree | 9b0cfcbbe473bd42a243926d8e6b9598d1869b64 | |
| parent | a1be94d3be1378c0a1903582f0fee2a085b517a1 (diff) | |
| download | keystone-81e57cd197ab87759e6b904686794de2aa2d2239.tar.gz keystone-81e57cd197ab87759e6b904686794de2aa2d2239.tar.xz keystone-81e57cd197ab87759e6b904686794de2aa2d2239.zip | |
Updates to intro section.
| -rw-r--r-- | docs/guide/src/docbkx/idmdevguide.xml | 41 |
1 files changed, 24 insertions, 17 deletions
diff --git a/docs/guide/src/docbkx/idmdevguide.xml b/docs/guide/src/docbkx/idmdevguide.xml index 44c351c6..6774d665 100644 --- a/docs/guide/src/docbkx/idmdevguide.xml +++ b/docs/guide/src/docbkx/idmdevguide.xml @@ -67,30 +67,37 @@ </annotation> </legalnotice> <abstract> - <para> This document is intended for software developers interested in developing applications - which utilizes Organization Identity Management System as the authentication engine. It includes - details on how to integrate with IdM. </para> + <para> + This document is intended for software developers interested + in developing applications which utilize the Cloud Identity + Service for authentication. This document also includes + details on how to integrate services with the Cloud Identity + Service. + </para> </abstract> </info> <chapter> <title>Overview</title> - <para>The IdM Service allows Rackspace Applications to obtain tokens that can be used to access - resources in the Rackspace Cloud. This document is intended for: </para> - <variablelist> - <varlistentry> - <term>Service Developers</term> - <listitem> - <para> Service developers are interested in writing client for Rackspace IdM service. - </para> - </listitem> - </varlistentry> - </variablelist> - <para> This Guide assumes the reader is familiar with RESTful web services, HTTP/1.1, and JSON - and/or XML serialization formats. </para> + <para> + The Cloud Identity Service allows applications to obtain + tokens that can be used to access OpenStack resources. This + document is intended for software developers interested in + developing applications which utilize the Cloud Identity + Service for authentication. This document also includes + details on how to integrate services with the Cloud Identity + Service. + </para> + <para> + This Guide assumes the reader is familiar with RESTful web + services, HTTP/1.1, and JSON and/or XML serialization formats. + </para> </chapter> <chapter> <title>Concepts</title> - <para> The IdM system has several key concepts that are important to understand: </para> + <para> + The Cloud Identity Service has several key concepts that are + important to understand: + </para> <section> <title>Token</title> <para> |
