Remove v3/projects/{project_id}/users from Identity v3

There was documentation for `GET v3/projects/{project_id}/users`,
but there's no v3/projects/{project_id}/users resource in the
Identity API V3. When users try the operation they just get a
404 Not Found response.

This change removes the `GET v3/projects/{project_id}/users` from
the api reference.

Change-Id: I51d8b36e657d2a8decc8ffd5e68f021f897ab209
Closes-Bug: #1307699
This commit is contained in:
Brant Knudson
2014-04-14 17:00:01 -05:00
committed by Diane Fleming
parent 64cb56d90b
commit 126a0dccff
3 changed files with 0 additions and 48 deletions

View File

@@ -121,9 +121,6 @@
<!-- get project -->
<wadl:resource
href="../wadls/identity-api/src/v3/wadl/identity-admin-v3.wadl#projectID"/>
<!-- list project users -->
<wadl:resource
href="../wadls/identity-api/src/v3/wadl/identity-admin-v3.wadl#projectIDUsers"/>
<!-- list project user roles -->
<wadl:resource
href="../wadls/identity-api/src/v3/wadl/identity-admin-v3.wadl#projectIDUserIDRoles"/>

View File

@@ -1,26 +0,0 @@
[
{
"default_project_id":"--default-project-id--",
"description":"a user",
"domain_id":"--domain-id--",
"email":"...",
"enabled":true,
"id":"--user-id--",
"links":{
"self":"http://identity:35357/v3/users/--user-id--"
},
"name":"admin"
},
{
"default_project_id":"--default-project-id--",
"description":"another user",
"domain_id":"--domain-id--",
"email":"...",
"enabled":true,
"id":"--user-id--",
"links":{
"self":"http://identity:35357/v3/users/--user-id--"
},
"name":"someone"
}
]

View File

@@ -1304,25 +1304,6 @@
</wadl:doc>
<!--No request body is provided-->
<response status="204"> </response> &commonFaults; &getFaults; </method>
<method name="GET" id="listProjectUsers">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN" title="List project users">
<para role="shortdesc">List users for a project.</para>
</wadl:doc>
<!--No request body is provided-->
<response status="200">
<representation mediaType="application/json">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN">
<xsdxt:sample>
<xsdxt:code
href="../samples/ProjectListUsersResponse.json"
/>
</xsdxt:sample>
</wadl:doc>
</representation>
</response> &commonFaults; &getFaults; </method>
<method name="GET" id="listProjectUserRoles">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"