From 7653cff5e6f9592332a23e452ad6bf1549542b16 Mon Sep 17 00:00:00 2001 From: chenying Date: Tue, 13 Jun 2017 11:52:57 +0800 Subject: 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 --- doc/source/commands.rst | 1 + doc/source/plugin-commands.rst | 6 ++++++ doc/source/plugins.rst | 1 + 3 files changed, 8 insertions(+) (limited to 'doc/source') 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\*\*\* -- cgit v1.2.1