summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Devref Update: Transition to OpenStack Client"Jenkins2016-03-021-56/+106
|\
| * Devref Update: Transition to OpenStack ClientRichard Theis2016-02-261-56/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the "Transition to OpenStack Client" devref with information about the new OSC command specs process. This process can be used to propose new networking commands while deferring their implementation. This process may help speed the overall transition to OSC. This update also includes information about the OSC neutron support etherpad which provides detailed status for the transition. And finally, updates were made to the overall transition plan based on discussions at the midcycle. Change-Id: I46bc066d2169a1e20af13baac7131ffa2eedd7c8 Related-Bug: #1521291
* | 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
* Merge "Devref: Transition to OpenStack Client"Jenkins2016-01-072-1/+185
|\
| * Devref: Transition to OpenStack ClientRichard Theis2016-01-052-1/+185
| | | | | | | | | | | | | | | | Add developer reference for the transitition of the neutron CLI support to the openstack CLI. Change-Id: I5f9885eab7b6d1b6f4ee0d9cf84a07a0cb9d8c9a Related-Bug: #1521291
* | Merge "Adding missing headers to the devref documents"Jenkins2015-12-215-6/+110
|\ \
| * | Adding missing headers to the devref documentsvikram.choudhary2015-12-115-6/+110
| |/ | | | | | | Change-Id: Ie7f8b8d5751ff378e999287c29c1f3e4714ea64a
* | Reworded nargs='?' explanation for better clarityvikram.choudhary2015-12-151-21/+17
|/ | | | Change-Id: Iae2c71695ed18504690cc953b4128aeaf3196275
* Merge "Add CLI option guideline"Jenkins2015-12-042-0/+247
|\
| * Add CLI option guidelineAkihiro Motoki2015-12-042-0/+247
| | | | | | | | | | | | | | | | A lot of changes have been proposed to add options to *-create/update operations. This guideline tries to clarify the conventions used in neutornclient. Change-Id: I2c66c3dcba2569fdac2e54afb49406084cbf7037
* | Merge "Add description of extra args in CLI"Jenkins2015-12-041-4/+138
|\ \ | |/
| * Add description of extra args in CLIAkihiro Motoki2015-12-041-4/+138
| | | | | | | | Change-Id: Ia732d7ba82e3e5a5698a68be8e86eed87916f7da
* | Merge "Add os-client-config to CLI usage"Jenkins2015-12-041-0/+44
|\ \ | |/
| * Add os-client-config to CLI usageAkihiro Motoki2015-12-041-0/+44
| | | | | | | | Change-Id: I5d4a3d7206c8f90f479047e8ee810496c06022d9
* | Merge "Add more contents about CLI usage"Jenkins2015-12-041-0/+136
|\ \ | |/
| * 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
* | Do not include reno releasenotes in normal documentationAkihiro Motoki2015-12-042-35/+2
|/ | | | | | | | | | | | | | | | Per the recent release note guidelines for libraries [1], reno based release notes will be moved out from the normal docs. The previous (partial) release notes are also moved to releasenotes directory. The developer documentation now has a link to the releasenote web site. In addition, having reno directive in normal sphinx document prevents users from generating our docs from release tarballs. [1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/080694.html Change-Id: I817f1a7331b8664486544c82e1a9a917864601bf Closes-Bug: #1520096
* Reorganize documentation structureAkihiro Motoki2015-12-014-74/+115
| | | | | | | 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
* Use sphinx-build -W in [docs] targetAkihiro Motoki2015-11-281-3/+4
| | | | | | | | | | | Even though [pbr] warnerrors = true is specified, somehow sphinx warnings are not treated as errors. If we use sphinx-build, -W option detects document warnings and it leads to better documentation quality. Fix a warning in the existing document too. Change-Id: Icbb39686c7a24f0040d998fb14e14c63613da190
* Add reno for release notes managementAkihiro Motoki2015-11-242-1/+7
| | | | | | | | In addition to the convention of releasenotes/source directory which used in most OpenStack project, we have the release notes in our developer documents. Change-Id: Ied07af5ee5c8929e639e17a34b559cebfe419dc4
* Move the old release notes to a separate fileAkihiro Motoki2015-11-242-27/+29
| | | | | | Preparation for reno adoption in a following patch Change-Id: Ice4f45147ae9699a5be2c60c0ed247b893881d62
* Clear the extension requirementgong yong sheng2015-08-251-11/+39
| | | | | Change-Id: If0725e009dfb98fe949b9e00349108c88cf4424a Closes-bug: #1486845
* Add document for entry point in setup.cfggong yong sheng2015-08-201-3/+10
| | | | | | | | In addition, to remove the contrib/ way to load commands since it is not implemented at all. Change-Id: Id15eb10e7cb086d55d2bcad4f719f9120c6f7d1a Closes-Bug:#1486824
* Devref documentation for client command extension supportGal Sagie2015-07-143-1/+80
| | | | | Change-Id: If71c9e2bbf888b1a68d3b7dc351f7df02f1a380f Closes-Bug: #1470622
* Add alternative login description in neutronclient docsLucas H. Xu2015-06-121-0/+12
| | | | | | | | | | A way to test it is to follow the description and create a neutron client using the alternative way Make changes based on Akihiro comments Add extra colon in line 19 Change-Id: I2f7a5a3e8f7386d24d258303b3056615da8612ad
* Stop using intersphinxAndreas Jaeger2014-09-131-4/+1
| | | | | | | | | | | | | | Remove intersphinx from the docs build as it triggers network calls that occasionally fail, and we don't really use intersphinx (links other sphinx documents out on the internet) This also removes the requirement for internet access during docs build. This can cause docs jobs to fail if the project errors out on warnings. Change-Id: I71e941e2a639641a662a163c682eb86d51de42fb Related-Bug: #1368910
* Update theme for docsSteve Martinelli2014-07-241-2/+2
| | | | | | | | The current developer docs theme used is out of sync with the other openstack projects. This patch will update the docs to provide a more consistent look and feel when using developer docs Change-Id: I03985039381c2ba4f81a2015258f7b49bba441d9
* Remove unused importsWu Wenxiang2014-02-191-3/+0
| | | | | | | Remove unused imports in doc/source/conf.py Change-Id: Ia21f8952b36ae74b1c2d3bfd10c0a4a04a390faa Closes-Bug: #1265266
* Change copyright headers from LLC to FoundationSean Winn2013-10-041-2/+2
| | | | | Closes-Bug: #1214176 Change-Id: I8c8095860f6e17652bb5f52583008774180337f6
* Rename quantumclient to neutronclient2.2.4Mark McClain2013-07-032-12/+12
| | | | | | Implements Blueprint: remove-use-of-quantum Change-Id: Idebe92d56d277435ffd23f292984f9b8b8fdb2df
* add readme for 2.2.22.2.2aMark McClain2013-05-291-0/+8
| | | | Change-Id: Id32a4a72ec1d13992b306c4a38e73605758e26c7
* add 2.2.0 release note in index.rst filegongysh2013-03-181-0/+11
| | | | | | Bug #1156480 Change-Id: Ib28266a362e76960455509b7a2af57d5315f70df
* Delete network with id in sample code using API.gongysh2013-01-271-1/+5
| | | | | | Bug #1106936 Change-Id: I6a7ee694a916af3f0268884ce28ca12e5efdc025
* Add document for using quantum client by python or cli invocation.gongysh2012-09-121-9/+32
| | | | | | | After this patch, we should see output at http://docs.openstack.org/developer/python-quantumclient/. Change-Id: I908c0d0e7f80a6eb73e97ee30eaab1bfbfec1e61
* Add initial docs.Monty Taylor2012-06-142-0/+75
Change-Id: I846eec12e800c15a545946604fe77a0a6b83fb46