Comment 4 for bug 1448602

Revision history for this message
Geoff Arnold (geoff-geoffarnold) wrote : Re: Policy related operations of Identity v3 API in API Complete Reference need modification.

The spec for the Keystone API is at

https://git.openstack.org/cgit/openstack-attic/identity-api/tree/v3/src/markdown/identity-api-v3.md

In addition to the issues raised earlier in the policy-related APIs, there are problems with the core Token methods. For example, in
   POST /v3/auth/tokens
several of the parameters are described as simple xsd:string when they are in fact structured objects. The structure and elements of the objects are not defined; the examples are illustrative but not complete.