1ee8252e6a
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
19 lines
409 B
JSON
19 lines
409 B
JSON
{
|
|
"credentials": [
|
|
{
|
|
"passwordCredentials": {
|
|
"username": "test_user",
|
|
"password": "secretsecret"
|
|
}
|
|
},
|
|
{
|
|
"OS-KSEC2-ec2Credentials": {
|
|
"username": "test_user",
|
|
"secret": "secretsecret",
|
|
"signature": "bbb"
|
|
}
|
|
}
|
|
],
|
|
"credentials_links": []
|
|
}
|