summaryrefslogtreecommitdiff
path: root/doc/source/cli/plugin-commands.rst
Commit message (Collapse)AuthorAgeFilesLines
* Set correct designate endpoint in docsZane Bitter2017-11-281-1/+1
| | | | | Change-Id: Id2ecf65f3e5afef9b6231565cac2d797650e38a7 Closes-Bug: #1726726
* Add python-rsdclient into plugin listLin Yang2017-10-271-0/+6
| | | | | | | | | | | | Intel RSD is new architecture that disaggregates compute, storage, and network resources, and provide the ability to dynamically compose resources based on workload-specific demands [1]. The python-rsdclient project provide specific RSD plugin to allow user to invoke RSD API through OpenStackClient. So Added it into existing plugin list. [1] https://www.intel.com/content/www/us/en/architecture-and-technology/rack-scale-design-overview.html Change-Id: Ic49efddfb003c89ece6d782905b27fb46402b3ab
* Add python-zunclient pluginHongbin Lu2017-09-151-0/+6
| | | | | | | This patch adds the "appcontainer" commands to the docs and sets up the document generation for the python-zunclient plugin Change-Id: I58bd208e98bd059d9df03ee71dcb83779044f83a
* Revert "Disable karborclient until a fixed version is released"Akihiro Motoki2017-08-171-5/+5
| | | | | | | | | Fixed karborclient has been released. The problem only exists in karborclient 0.4.0 and the current version is 0.6.0. This reverts commit 99a502b203235a62c4ec478df81246cec39a0b7b. Change-Id: Ie28fa1e0502792c87e68ab1c009b3349c739892b
* Disable karborclient until a fixed version is releasedAkihiro Motoki2017-07-191-5/+5
| | | | | | | | | | Even though a fix for bug 1705258 has been merged in python-karborclient, it will take some time to release it and update the upper-constraints.txt, so I think it is better to exclude karborclient from the plugin commands doc temporarily. Change-Id: I092b37b30df785159495c2d681162e144cfe4083 Related-Bug: #1705258
* Add python-octaviaclient pluginMichael Johnson2017-06-291-0/+6
| | | | | | | | This patch adds the "loadbalancer" commands to the docs and sets up the document generation for the python-octaviaclient plugin. Depends-On: Ib123383c5f6904b4b00831e8cc7aaa180bd4a506 Change-Id: I48939cc3653cd379a328e0a0973d075019d22b00
* reorganize existing documentation according to the new standard layoutDoug Hellmann2017-06-231-0/+122
Move existing content around based on the doc-migration specification. Replace :doc: markup with :ref: to have sphinx keep track of where the files move and generate valid hyperlinks. Add a few toctrees and index pages for the new directories. Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Change-Id: I253ee8f89d3ec40e39310c18bb87ed1d3d5de330 Signed-off-by: Doug Hellmann <doug@doughellmann.com>