Add support for Karbor Plugin

The patch[1] about OSC plugin has been submitted to
karbor project. And the plan list commend has been
implemented.

With more dataprotection commands being supported,
another patch adding more commands to the docs will be
proposed later.

[1] https://review.openstack.org/#/c/473508/

Depends-On: I4dfac08fd2b04f9ac254d3aa8fdadc3a1691de0a
Change-Id: I2266525650f5c2e241373493dcd09474478c2ba6
This commit is contained in:
chenying 2017-06-13 11:52:57 +08:00
parent eb793dc8c6
commit 7653cff5e6
4 changed files with 9 additions and 0 deletions

View File

@ -191,6 +191,7 @@ list check out :doc:`plugin-commands`.
* ``dataprocessing image``: (**Data Processing (Sahara)**) * ``dataprocessing image``: (**Data Processing (Sahara)**)
* ``dataprocessing image tags``: (**Data Processing (Sahara)**) * ``dataprocessing image tags``: (**Data Processing (Sahara)**)
* ``dataprocessing plugin``: (**Data Processing (Sahara)**) * ``dataprocessing plugin``: (**Data Processing (Sahara)**)
* ``data protection plan``: (**Data Protection (Karbor)**)
* ``message-broker cluster``: (**Message Broker (Cue)**) * ``message-broker cluster``: (**Message Broker (Cue)**)
* ``messaging``: (**Messaging (Zaqar)**) * ``messaging``: (**Messaging (Zaqar)**)
* ``messaging flavor``: (**Messaging (Zaqar)**) * ``messaging flavor``: (**Messaging (Zaqar)**)

View File

@ -56,6 +56,12 @@ ironic-inspector
.. list-plugins:: openstack.baremetal_introspection.v1 .. list-plugins:: openstack.baremetal_introspection.v1
:detailed: :detailed:
karbor
------
.. list-plugins:: openstack.data_protection.v1
:detailed:
mistral mistral
------- -------

View File

@ -29,6 +29,7 @@ The following is a list of projects that are an OpenStackClient plugin.
- python-heatclient - python-heatclient
- python-ironicclient - python-ironicclient
- python-ironic-inspector-client - python-ironic-inspector-client
- python-karborclient
- python-mistralclient - python-mistralclient
- python-muranoclient - python-muranoclient
- python-neutronclient\*\*\* - python-neutronclient\*\*\*

View File

@ -31,6 +31,7 @@ python-designateclient>=1.5.0 # Apache-2.0
python-heatclient>=1.6.1 # Apache-2.0 python-heatclient>=1.6.1 # Apache-2.0
python-ironicclient>=1.11.0 # Apache-2.0 python-ironicclient>=1.11.0 # Apache-2.0
python-ironic-inspector-client>=1.5.0 # Apache-2.0 python-ironic-inspector-client>=1.5.0 # Apache-2.0
python-karborclient>=0.2.0 # Apache-2.0
python-mistralclient>=3.1.0 # Apache-2.0 python-mistralclient>=3.1.0 # Apache-2.0
python-muranoclient>=0.8.2 # Apache-2.0 python-muranoclient>=0.8.2 # Apache-2.0
python-neutronclient>=6.3.0 # Apache-2.0 python-neutronclient>=6.3.0 # Apache-2.0