Skip to content

Commit 7653cff

Browse files
author
chenying
committed
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
1 parent eb793dc commit 7653cff

4 files changed

Lines changed: 9 additions & 0 deletions

File tree

doc/source/commands.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ list check out :doc:`plugin-commands`.
191191
* ``dataprocessing image``: (**Data Processing (Sahara)**)
192192
* ``dataprocessing image tags``: (**Data Processing (Sahara)**)
193193
* ``dataprocessing plugin``: (**Data Processing (Sahara)**)
194+
* ``data protection plan``: (**Data Protection (Karbor)**)
194195
* ``message-broker cluster``: (**Message Broker (Cue)**)
195196
* ``messaging``: (**Messaging (Zaqar)**)
196197
* ``messaging flavor``: (**Messaging (Zaqar)**)

doc/source/plugin-commands.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ ironic-inspector
5656
.. list-plugins:: openstack.baremetal_introspection.v1
5757
:detailed:
5858

59+
karbor
60+
------
61+
62+
.. list-plugins:: openstack.data_protection.v1
63+
:detailed:
64+
5965
mistral
6066
-------
6167

doc/source/plugins.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The following is a list of projects that are an OpenStackClient plugin.
2929
- python-heatclient
3030
- python-ironicclient
3131
- python-ironic-inspector-client
32+
- python-karborclient
3233
- python-mistralclient
3334
- python-muranoclient
3435
- python-neutronclient\*\*\*

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ python-designateclient>=1.5.0 # Apache-2.0
3131
python-heatclient>=1.6.1 # Apache-2.0
3232
python-ironicclient>=1.11.0 # Apache-2.0
3333
python-ironic-inspector-client>=1.5.0 # Apache-2.0
34+
python-karborclient>=0.2.0 # Apache-2.0
3435
python-mistralclient>=3.1.0 # Apache-2.0
3536
python-muranoclient>=0.8.2 # Apache-2.0
3637
python-neutronclient>=6.3.0 # Apache-2.0

0 commit comments

Comments
 (0)