summaryrefslogtreecommitdiff
path: root/doc/source/contributor/plugins.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add placement to known pluginsEric Fried2019-10-211-0/+1
| | | | | | | Add the osc-placement project (osc plugin for the placement service) to the list of known plugins. Change-Id: I77b614b38ecf872d0d93473b834994913930b76f
* Remove python-ceilometerclientWitold Bedyk2018-09-281-1/+0
| | | | | | | | Project is retired [1]. [1] https://github.com/openstack/python-ceilometerclient Change-Id: Idc3a340c99c9fd79d80c90e45fd9a1c44c205218
* Add monascaclient to `not plugins` listWitold Bedyk2018-09-281-0/+1
| | | | Change-Id: I377a018a4e3c7b6fa44ce9323d1ee2edbd0e4728
* Add python-rsdclient into plugin listLin Yang2017-10-271-0/+1
| | | | | | | | | | | | 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
* Native DevStack jobsDean Troyer2017-10-241-10/+7
| | | | | | | Convert legacy DevStack jobs to native Zuul v3 form, plus some test-job-related docs updates. Change-Id: Ia8c08be81605da885b9eee799fc58129305dfc41
* Add python-zunclient pluginHongbin Lu2017-09-151-0/+1
| | | | | | | This patch adds the "appcontainer" commands to the docs and sets up the document generation for the python-zunclient plugin Change-Id: I58bd208e98bd059d9df03ee71dcb83779044f83a
* Update the documentation link for doc migrationHangdong Zhang2017-07-241-1/+1
| | | | Change-Id: I7833e40d66abe233af5a211bcefadc141fe8e54b
* Add python-octaviaclient pluginMichael Johnson2017-06-291-0/+1
| | | | | | | | 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/+245
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>