Skip to content

Commit ab1f637

Browse files
committed
Add plugin adoption for trove
With I308a6c6f3f5ce7dbb814ec0fd8ecb1734a2f137f merged in the python-troveclient project, trove can now say it has adopted the plugin. What commands that actually get implemented for this cycle, is to be determined. Another patch adding more commands to the docs will be proposed later when they get merged. Change-Id: If2c2545dd5d1510cc6eece698e34ad0f8c1b970f
1 parent 4d3cfb9 commit ab1f637

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

doc/source/commands.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ list check out :doc:`plugin-commands`.
181181
* ``congress policy``: (**Policy (Congress)**)
182182
* ``congress policy rule``: (**Policy (Congress)**)
183183
* ``cron trigger``: (**Workflow Engine (Mistral)**)
184+
* ``database flavor``: (**Database (Trove)**)
184185
* ``dataprocessing data source``: (**Data Processing (Sahara)**)
185186
* ``dataprocessing image``: (**Data Processing (Sahara)**)
186187
* ``dataprocessing image tags``: (**Data Processing (Sahara)**)

doc/source/plugin-commands.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ senlin
9797
.. # list-plugins:: openstack.tripleoclient.v1
9898
.. # :detailed:
9999
100+
trove
101+
------
102+
103+
.. list-plugins:: openstack.database.v1
104+
:detailed:
105+
100106
.. watcher
101107
.. # watcherclient is not in global-requirements
102108
.. # list-plugins:: openstack.infra_optim.v1

doc/source/plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The following is a list of projects that are an OpenStackClient plugin.
3636
- python-searchlightclient
3737
- python-senlinclient
3838
- python-tripleoclient\*\*
39+
- python-troveclient
3940
- python-watcherclient
4041
- python-zaqarclient
4142

@@ -45,7 +46,6 @@ The following is a list of projects that are an OpenStackClient plugin.
4546

4647
The following is a list of projects that are not an OpenStackClient plugin.
4748

48-
- python-troveclient
4949
- python-magnumclient
5050
- python-ceilometerclient
5151
- python-solumclient

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ python-neutronclient>=5.1.0 # Apache-2.0
3636
python-saharaclient>=0.18.0 # Apache-2.0
3737
python-searchlightclient>=1.0.0 #Apache-2.0
3838
python-senlinclient>=1.1.0 # Apache-2.0
39+
python-troveclient>=2.2.0 # Apache-2.0
3940
python-zaqarclient>=1.0.0 # Apache-2.0

0 commit comments

Comments
 (0)