Add create, update, and delete user to admin API v2.0

Resubmit to pick up changes in api-site WADLS

Closes-Bug: #1335730

Change-Id: I4fd71111841ee232709c495ffd29fb34237aae6b
author: diane fleming dfleming@austin.rr.com
This commit is contained in:
Diane Fleming 2014-07-20 16:18:27 -05:00
parent 570c587b43
commit e99d33b3ab
3 changed files with 15 additions and 12 deletions

View File

@ -44,7 +44,7 @@
<plugin>
<groupId>com.rackspace.cloud.api</groupId>
<artifactId>clouddocs-maven-plugin</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
</plugin>
</plugins>
</build>

View File

@ -2,18 +2,11 @@
<!DOCTYPE chapter [
<!-- Some useful entities borrowed from HTML -->
<!ENTITY ndash "&#x2013;">
<!ENTITY mdash "&#x2014;">
<!ENTITY hellip "&#x2026;">
<!ENTITY plusmn "&#xB1;">
]>
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xmlns:html="http://www.w3.org/1999/xhtml"
xml:id="Service_API_Admin_Operations" version="5.0"
role="api-reference">
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:svg="http://www.w3.org/2000/svg"
xmlns:wadl="http://wadl.dev.java.net/2009/02" xmlns:html="http://www.w3.org/1999/xhtml"
xml:id="Service_API_Admin_Operations" version="5.0" role="api-reference">
<title>Administrative operations</title>
<para>The OpenStack Identity API administrative operations enable
service developers to get and validate access tokens, manage

View File

@ -43,6 +43,16 @@
v2.0.</para>
</abstract>
<revhistory>
<revision>
<date>2014-07-20</date>
<revdescription>
<itemizedlist>
<listitem>
<para>Added missing user calls.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-07-13</date>
<revdescription>