summaryrefslogtreecommitdiff
path: root/doc/source/usage
Commit message (Collapse)AuthorAgeFilesLines
* Add wrapper classes for return-request-id-to-callerHirofumi Ichihara2016-02-261-0/+10
| | | | | | | | | | | | | | | Added wrapper classes which are inherited from base data types tuple, dict and str. Each of these wrapper classes contain a 'request_ids' attribute which is populated with a 'x-openstack-request-id' received in a header from a response body. This change is required to return 'request_id' from client to log request_id mappings of cross projects[1]. [1]: http://specs.openstack.org/openstack/openstack-specs/specs/return-request-id.html Change-Id: I55fcba61c4efb308f575e95e154aba23e5dd5245 Implements: blueprint return-request-id-to-caller
* Fix code-block for python code in docHirofumi Ichihara2016-01-251-1/+3
| | | | Change-Id: Ia5cb007b0a0093e478416161763dcaa23b9cfbe4
* Adding missing headers to the devref documentsvikram.choudhary2015-12-112-2/+44
| | | | Change-Id: Ie7f8b8d5751ff378e999287c29c1f3e4714ea64a
* Add description of extra args in CLIAkihiro Motoki2015-12-041-4/+138
| | | | Change-Id: Ia732d7ba82e3e5a5698a68be8e86eed87916f7da
* Add os-client-config to CLI usageAkihiro Motoki2015-12-041-0/+44
| | | | Change-Id: I5d4a3d7206c8f90f479047e8ee810496c06022d9
* Add more contents about CLI usageAkihiro Motoki2015-12-041-0/+136
| | | | | | | | * Filtering in list operation * Changing displayed columns in list operation * Debug: display API level communication Change-Id: Ifba20559c76bf0c1b29f9ef3ac9def3882099956
* Reorganize documentation structureAkihiro Motoki2015-12-012-0/+93
This reorganization is to make it easier to add more contents. It move the usage of CLI and python binding to separate pages. Change-Id: I39e0d1d18010dfd1c687c573619a09331f12241a