diff options
| author | chenying <ying.chen@huawei.com> | 2017-06-13 11:52:57 +0800 |
|---|---|---|
| committer | chenying <ying.chen@huawei.com> | 2017-06-15 19:10:34 +0800 |
| commit | 7653cff5e6f9592332a23e452ad6bf1549542b16 (patch) | |
| tree | 0a6197011ea9c81668488206fc1b009456d11a31 /doc/source | |
| parent | eb793dc8c6a8bd30e612f19f30808528b10eb344 (diff) | |
| download | python-openstackclient-7653cff5e6f9592332a23e452ad6bf1549542b16.tar.gz | |
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
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/commands.rst | 1 | ||||
| -rw-r--r-- | doc/source/plugin-commands.rst | 6 | ||||
| -rw-r--r-- | doc/source/plugins.rst | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 4e0a9258..f4f046e3 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -191,6 +191,7 @@ list check out :doc:`plugin-commands`. * ``dataprocessing image``: (**Data Processing (Sahara)**) * ``dataprocessing image tags``: (**Data Processing (Sahara)**) * ``dataprocessing plugin``: (**Data Processing (Sahara)**) +* ``data protection plan``: (**Data Protection (Karbor)**) * ``message-broker cluster``: (**Message Broker (Cue)**) * ``messaging``: (**Messaging (Zaqar)**) * ``messaging flavor``: (**Messaging (Zaqar)**) diff --git a/doc/source/plugin-commands.rst b/doc/source/plugin-commands.rst index 69d31c22..ee162f76 100644 --- a/doc/source/plugin-commands.rst +++ b/doc/source/plugin-commands.rst @@ -56,6 +56,12 @@ ironic-inspector .. list-plugins:: openstack.baremetal_introspection.v1 :detailed: +karbor +------ + +.. list-plugins:: openstack.data_protection.v1 + :detailed: + mistral ------- diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst index 7dda52a0..058819a6 100644 --- a/doc/source/plugins.rst +++ b/doc/source/plugins.rst @@ -29,6 +29,7 @@ The following is a list of projects that are an OpenStackClient plugin. - python-heatclient - python-ironicclient - python-ironic-inspector-client +- python-karborclient - python-mistralclient - python-muranoclient - python-neutronclient\*\*\* |
