Nearly all the "relationship" links are missing in v3 APIs
Added relationship links to v3-ext API pages.
Change-Id: Ie2e71c45c85f33d3cff49d06dcdbd76f0cf1ac2e
Closes-Bug: #1609159
Change I2423030bd0849c051d22f63bf60b6a5f41f72574 migrated Federation
api-ref docs into keystone repository.
Moving Assertion API to its own file is one of the TODO comments left
there, which is being addressed in this change.
Change-Id: I0ad565619744eb7f7b3c2fb33971d8d8ab4e22ea
Change I2423030bd0849c051d22f63bf60b6a5f41f72574 migrated Federation
api-ref docs into keystone repository.
Moving Auth API to its own file is one of the TODO comments left there,
which is being addressed in this change.
Change-Id: Icd0c293c1a326c9bf3fe1ca01c96e3908ac33db3
Change I2423030bd0849c051d22f63bf60b6a5f41f72574 migrated Federation
api-ref docs into keystone repository.
Moving List Projects and Domains API to its own file is one of the TODO
comments left there, which is being addressed in this change.
Change-Id: I78572d6605c7eddd9c7b41bb2e982dc10728f46e
Change I2423030bd0849c051d22f63bf60b6a5f41f72574 migrated Federation
api-ref docs into keystone repository.
Moving Service Provider API to its own file is one of the TODO
comments left there, which is being addressed in this change.
Change-Id: Iabe3d443f01b173024620aae629558d228c2cd10
Change I2423030bd0849c051d22f63bf60b6a5f41f72574 migrated Federation
api-ref docs into keystone repository.
Moving Mapping API to its own file is one of the TODO comments left
there, which is being addressed in this change.
Change-Id: I070f2807dc683d470ef4e5e6d758c3998009b2be
Change I2423030bd0849c051d22f63bf60b6a5f41f72574 migrated Federation
api-ref docs into keystone repository.
Moving Identity Provider API to its own file is one of the TODO
comments left there, which is being addressed in this change.
Change-Id: I5c5b26c2d4c9920d6b9642eaf0fc47ed5bffb3cb
- add /v3/ to all routes;
- switch from 'localhost:port' and 'identity:port' endpoints to
'example.com/identity';
- fix typo.
Change-Id: If0d90ebab78e93fc9395b0e02436853a4ecbfa73
This commit migrates OS-FEDERATION docs from the spec repo to keystone server
repo under api-ref/source/v3-ext/ directory.
Change-Id: I2423030bd0849c051d22f63bf60b6a5f41f72574
Move inheritance API-ref to main Identity API-ref [1]. The docs need to
be updated, though. I think it's better to move them first, then update to
match keystone-specs docs.
[1] Ia838dff1863b1b77472079b32783ae31557b1ef5
Change-Id: I6a6a59bba9c15ac7678e0b20d248dfb4c03881c7
there was no sense of order in the APIs that were listed. this
will group the consumer related APIs together; and order the
delegated auth APIs in the same order they should be used.
Change-Id: Ib0936253d231fc20384c43c14bbbaefaa98e8593
the summary before the APIs in the current form does not render
correctly and seems incomplete in comparison, use the one from
the specs repo.
Change-Id: I2708cd63ab29bd8b65e7f13497e82444e4a2813a
20X http status codes don't represent errors. Most of the time they were
grouped in to the Error response codes list. This commit moves them into their
own Normal response codes list.
Change-Id: I087502094db29a7101c9ceca08ad48fb812f6005
Added the missing OS-EP-FILTER extension for Identity v3 to the
api-ref docs.
Change-Id: I29ef91ce1f37af5233c85168cafc08aee61a5a93
Closes-Bug: #1532220
These inline parameters are not optional, they are required to call the
API, this patch change all of them from optional to required.
Change-Id: I6b1c8893b12e5e88f887c884b9812eb1005dcbdd
Updated /v3/OS-TRUST API documentation in api-ref.
Co-Authored-By: Steve Martinelli <s.martinelli@gmail.com>
Closes-Bug: #1601924
Change-Id: Id3e915a72240b8edf2c0ff3c5f5fea32ac159536
The params list was reordered to match the order in which they appear in
the URL.
Change-Id: If579b4094265505820c8642719fe26b67db82e23
Closes-Bug: #1602714
The added section existed in the original document and wasn't copied
over during the transition.
Change-Id: I46067390d30653bb2a547e14b4a3533f14b79d97
Partial-Bug: #1602714
The description of this extension lists the possible types of policy
associations in precendence order. I've moved some things around to
reflect that order. This is also how it was done in the original specs
documentation.
Change-Id: I44f762ce64540452a91c2d9e976923cb0c27ec64
Partial-Bug: #1602714
currntly, no index.html file is generated for any of the APIs,
which should be required to migrate over to the api-site.
check the generated build.
Change-Id: Ib290c7412ff426b3061c5ad7535c8cb8310500fa
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
admin docs to our repository under 'api-ref/source' directory. Missing
parameters definitions were added. It also removes admin-extensions.inc
as it did not contain any information.
The operation of listing roles for user had it title renamed so there
is not a duplicate label warning when running the api-ref job.
The API examples were moved into '/v2-admin/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: I39d6c6197a939d77fc462c091051760d6b626d80
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 v3
extension docs to our repository under 'api-ref/source' directory. It
also removes the OS-KDS docs, given it does not exist anymore. Missing
parameters definitions were added.
The API examples for the extensions were moved into '/v3-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: I632ac0aaa8e1ba2eeb598f5fd80350ac0c5ad3c1