summaryrefslogtreecommitdiffstats
path: root/docs/guide
diff options
context:
space:
mode:
authorYogeshwar Srikrishnan <yoga80@yahoo.com>2011-05-20 17:27:32 -0500
committerYogeshwar Srikrishnan <yoga80@yahoo.com>2011-05-20 17:27:32 -0500
commit84cd345763004193b1eddf8577dafd7d25a59f1f (patch)
tree5f71f283cb42019b27ed15f2104762d1013e1bd7 /docs/guide
parent8e2713a6496657bcc9db2ebc5b60f08c4576655c (diff)
downloadkeystone-84cd345763004193b1eddf8577dafd7d25a59f1f.tar.gz
keystone-84cd345763004193b1eddf8577dafd7d25a59f1f.tar.xz
keystone-84cd345763004193b1eddf8577dafd7d25a59f1f.zip
DocBook Changes
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/src/docbkx/identitydevguide.xml26
1 files changed, 9 insertions, 17 deletions
diff --git a/docs/guide/src/docbkx/identitydevguide.xml b/docs/guide/src/docbkx/identitydevguide.xml
index 16f9fd71..5ea766ab 100644
--- a/docs/guide/src/docbkx/identitydevguide.xml
+++ b/docs/guide/src/docbkx/identitydevguide.xml
@@ -1047,6 +1047,7 @@ Host: identity.api.openstack.org/v1.1/
Get a list of enabled base URLs.
</td>
</tr>
+
</tbody>
</informaltable>
<simpara>
@@ -1120,17 +1121,17 @@ Host: identity.api.openstack.org/v1.1/
</example>
</section>
<section>
- <title>Get Base URLs for a User</title>
+ <title>Get Base URLs for a Tenant</title>
<informaltable rules="all">
&LONG_URI_REFHEAD;
<tbody>
<tr>
<td colspan="1">&GET;
</td>
- <td colspan="4">/users/<parameter>userId</parameter>/baseURLRefs
+ <td colspan="4">/tenants/<parameter>tenantId</parameter>/baseURLRefs
</td>
<td colspan="3">
- Get a list of base URLs for a user.
+ Get a list of base URLs for a tenant.
</td>
</tr>
</tbody>
@@ -1162,17 +1163,17 @@ Host: identity.api.openstack.org/v1.1/
</example>
</section>
<section>
- <title>Add Base URL to a User</title>
+ <title>Add Base URL to a Tenant.</title>
<informaltable rules="all">
&LONG_URI_REFHEAD;
<tbody>
<tr>
<td colspan="1">&POST;
</td>
- <td colspan="4">/users/<parameter>userId</parameter>/baseURLRefs
+ <td colspan="4">/tenants/<parameter>tenantId</parameter>/baseURLRefs
</td>
<td colspan="3">
- Add a base URL to a user.
+ Add a base URL to a tenant.
</td>
</tr>
</tbody>
@@ -1209,14 +1210,14 @@ Host: identity.api.openstack.org/v1.1/
</example>
</section>
<section>
- <title>Remove Base URLs from a User</title>
+ <title>Remove Base URLs from a Tennat</title>
<informaltable rules="all">
&LONG_URI_REFHEAD;
<tbody>
<tr>
<td colspan="1">&DELETE;
</td>
- <td colspan="4">/users/<parameter>userId</parameter>/baseURLRefs/<parameter>baseURLId</parameter></td>
+ <td colspan="4">/tenant/<parameter>tenantId</parameter>/baseURLRefs/<parameter>baseURLId</parameter></td>
<td colspan="3">
Remove Base URL from a user.
</td>
@@ -1256,15 +1257,6 @@ Host: identity.api.openstack.org/v1.1/
Get a list of roles.
</td>
</tr>
- <tr>
- <td colspan="1">&GET;
- </td>
- <td colspan="4">/roles/enabled?<parameter>serviceName</parameter>=<literal>ServiceName</literal>
- </td>
- <td colspan="3">
- Get a list of enabled roles.
- </td>
- </tr>
</tbody>
</informaltable>
<simpara>