mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-16 23:13:05 +00:00
Add plugin doc page for cyborg
This patch add cyborg (accelerator) doc page. Change-Id: I0f3e5419ce522e620be805c0fcd829c8dfb2e317
This commit is contained in:
parent
b2c9a4cd40
commit
7f89b109cf
4 changed files with 7 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ aodhclient>=0.9.0 # Apache-2.0
|
|||
gnocchiclient>=3.3.1 # Apache-2.0
|
||||
osc-placement>=1.7.0 # Apache-2.0
|
||||
python-barbicanclient>=4.5.2 # Apache-2.0
|
||||
python-cyborgclient>=1.2.1 # Apache-2.0
|
||||
python-designateclient>=2.7.0 # Apache-2.0
|
||||
python-heatclient>=1.10.0 # Apache-2.0
|
||||
python-ironicclient>=2.3.0 # Apache-2.0
|
||||
|
|
|
|||
4
doc/source/cli/plugin-commands/cyborg.rst
Normal file
4
doc/source/cli/plugin-commands/cyborg.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
cyborg
|
||||
------
|
||||
|
||||
.. autoprogram-cliff:: openstack.accelerator.v2
|
||||
|
|
@ -8,6 +8,7 @@ Plugin Commands
|
|||
:maxdepth: 1
|
||||
|
||||
barbican
|
||||
cyborg
|
||||
designate
|
||||
gnocchi
|
||||
heat
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ The following is a list of projects that are an OpenStackClient plugin.
|
|||
- gnocchiclient
|
||||
- osc-placement
|
||||
- python-barbicanclient
|
||||
- python-cyborgclient
|
||||
- python-designateclient
|
||||
- python-heatclient
|
||||
- python-ironicclient
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue