Skip to content

Commit 8d453e2

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Add plugin adoption for trove"
2 parents 08ca61b + ab1f637 commit 8d453e2

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)