5 Commits

Author SHA1 Message Date
Lance Bragstad
1dec4d512f Remove v2.0 extension documentation
This commit removes all the v2.0 extension documentation with the
exception of the ec2token API, which is supported until the T
release.

Change-Id: I0f766c9778e92ae5eabff005d5c664dcc331507b
2018-02-06 22:19:28 +00:00
Sean Dague
73939d90cd Fix warnings generated by os-api-ref 1.2.0
This addresses the warnings that os-api-ref 1.2.0 generates about
undocumented parameters.

Change-Id: I921ab1e2a05cd15885f789a4175c70056872f10a
2017-01-20 12:39:07 -05:00
Ha Van Tu
5fc08a7fce Fix prameters names in Keystone API v2-ext
Change-Id: Ie1d7b9eea14f331f6a51ae54e8792422660b9b1c
2016-09-20 17:34:50 +07:00
Nguyen Phuong An
77a002bd3f [api-ref] Correct response code status
This patch corrects response code status in keystone api.

Change-Id: I5e4a65990a50c37ab6cce55cba90fc5ca1b54ba1
2016-09-08 11:59:12 +00:00
Samuel de Medeiros Queiroz
1ee8252e6a Migrate identity /v2-ext docs from api-ref repo
Docs at [1] have already been converted from WADL (SGML / XML) to RST
using fairy-slipper [2].

This commit polish the results from the conversion and migrate the v2
extension docs to our repository under 'api-ref/source' directory. It
also removes the OS-KSCATALOG, OS-KSS3 and OS-KSVALIDATE docs, given
they do not exist anymore. Missing parameters definitions were added.

The API examples for the extensions were moved into '/v2-ext/samples'.

Polishing the generated RST files include:
- Removing unnecessary blank lines;
- Removing empty references.

Polishing the generated RST files do not include:
- Modifying their content;
- Modifying file names;
- Wrapping lines at the maximum of 79 chars.

Updating the documentation will be done after this migration step.

[1] https://github.com/openstack/api-site/tree/master/api-ref/source/identity/v3
[2] https://github.com/russell/fairy-slipper

Change-Id: If7adf10d0bb5fb07db70d4f42364fa0b50568a01
2016-06-28 18:53:08 +00:00