summaryrefslogtreecommitdiff
path: root/doc/source/devref
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge "Devref: Transition to OpenStack Client"Jenkins2016-01-071-0/+182
|\
| * Devref: Transition to OpenStack ClientRichard Theis2016-01-051-0/+182
| | | | | | | | | | | | | | | | 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-212-2/+44
|\ \
| * | Adding missing headers to the devref documentsvikram.choudhary2015-12-112-2/+44
| |/ | | | | | | Change-Id: Ie7f8b8d5751ff378e999287c29c1f3e4714ea64a
* | Reworded nargs='?' explanation for better clarityvikram.choudhary2015-12-151-21/+17
|/ | | | Change-Id: Iae2c71695ed18504690cc953b4128aeaf3196275
* Add CLI option guidelineAkihiro Motoki2015-12-041-0/+246
| | | | | | | | 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
* Reorganize documentation structureAkihiro Motoki2015-12-011-29/+0
| | | | | | | 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
* 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-142-0/+69
Change-Id: If71c9e2bbf888b1a68d3b7dc351f7df02f1a380f Closes-Bug: #1470622