Merge "Add plugin adoption for trove"
This commit is contained in:
commit
8d453e2641
@ -181,6 +181,7 @@ list check out :doc:`plugin-commands`.
|
|||||||
* ``congress policy``: (**Policy (Congress)**)
|
* ``congress policy``: (**Policy (Congress)**)
|
||||||
* ``congress policy rule``: (**Policy (Congress)**)
|
* ``congress policy rule``: (**Policy (Congress)**)
|
||||||
* ``cron trigger``: (**Workflow Engine (Mistral)**)
|
* ``cron trigger``: (**Workflow Engine (Mistral)**)
|
||||||
|
* ``database flavor``: (**Database (Trove)**)
|
||||||
* ``dataprocessing data source``: (**Data Processing (Sahara)**)
|
* ``dataprocessing data source``: (**Data Processing (Sahara)**)
|
||||||
* ``dataprocessing image``: (**Data Processing (Sahara)**)
|
* ``dataprocessing image``: (**Data Processing (Sahara)**)
|
||||||
* ``dataprocessing image tags``: (**Data Processing (Sahara)**)
|
* ``dataprocessing image tags``: (**Data Processing (Sahara)**)
|
||||||
|
@ -97,6 +97,12 @@ senlin
|
|||||||
.. # list-plugins:: openstack.tripleoclient.v1
|
.. # list-plugins:: openstack.tripleoclient.v1
|
||||||
.. # :detailed:
|
.. # :detailed:
|
||||||
|
|
||||||
|
trove
|
||||||
|
------
|
||||||
|
|
||||||
|
.. list-plugins:: openstack.database.v1
|
||||||
|
:detailed:
|
||||||
|
|
||||||
.. watcher
|
.. watcher
|
||||||
.. # watcherclient is not in global-requirements
|
.. # watcherclient is not in global-requirements
|
||||||
.. # list-plugins:: openstack.infra_optim.v1
|
.. # list-plugins:: openstack.infra_optim.v1
|
||||||
|
@ -36,6 +36,7 @@ The following is a list of projects that are an OpenStackClient plugin.
|
|||||||
- python-searchlightclient
|
- python-searchlightclient
|
||||||
- python-senlinclient
|
- python-senlinclient
|
||||||
- python-tripleoclient\*\*
|
- python-tripleoclient\*\*
|
||||||
|
- python-troveclient
|
||||||
- python-watcherclient
|
- python-watcherclient
|
||||||
- python-zaqarclient
|
- python-zaqarclient
|
||||||
|
|
||||||
@ -45,7 +46,6 @@ The following is a list of projects that are an OpenStackClient plugin.
|
|||||||
|
|
||||||
The following is a list of projects that are not an OpenStackClient plugin.
|
The following is a list of projects that are not an OpenStackClient plugin.
|
||||||
|
|
||||||
- python-troveclient
|
|
||||||
- python-magnumclient
|
- python-magnumclient
|
||||||
- python-ceilometerclient
|
- python-ceilometerclient
|
||||||
- python-solumclient
|
- python-solumclient
|
||||||
|
@ -36,4 +36,5 @@ python-neutronclient>=5.1.0 # Apache-2.0
|
|||||||
python-saharaclient>=0.18.0 # Apache-2.0
|
python-saharaclient>=0.18.0 # Apache-2.0
|
||||||
python-searchlightclient>=1.0.0 #Apache-2.0
|
python-searchlightclient>=1.0.0 #Apache-2.0
|
||||||
python-senlinclient>=1.1.0 # Apache-2.0
|
python-senlinclient>=1.1.0 # Apache-2.0
|
||||||
|
python-troveclient>=2.2.0 # Apache-2.0
|
||||||
python-zaqarclient>=1.0.0 # Apache-2.0
|
python-zaqarclient>=1.0.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user