diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-01-18 03:21:47 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-01-18 03:21:47 +0000 |
| commit | 8d453e26410d698f6bf3173bf6d7898bd79a2346 (patch) | |
| tree | 937c1027284d0bacd74e6a3f264ffe2ea897d21c /doc/source | |
| parent | 08ca61ba074ba43ab0fd281992e878c78e0f709a (diff) | |
| parent | ab1f637f55275a92033838a98bd7ddbcb37beb5d (diff) | |
| download | python-openstackclient-8d453e26410d698f6bf3173bf6d7898bd79a2346.tar.gz | |
Merge "Add plugin adoption for trove"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/commands.rst | 1 | ||||
| -rw-r--r-- | doc/source/plugin-commands.rst | 6 | ||||
| -rw-r--r-- | doc/source/plugins.rst | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 78668a0f..1f1ece4f 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -181,6 +181,7 @@ list check out :doc:`plugin-commands`. * ``congress policy``: (**Policy (Congress)**) * ``congress policy rule``: (**Policy (Congress)**) * ``cron trigger``: (**Workflow Engine (Mistral)**) +* ``database flavor``: (**Database (Trove)**) * ``dataprocessing data source``: (**Data Processing (Sahara)**) * ``dataprocessing image``: (**Data Processing (Sahara)**) * ``dataprocessing image tags``: (**Data Processing (Sahara)**) diff --git a/doc/source/plugin-commands.rst b/doc/source/plugin-commands.rst index 7428b34d..844c48a7 100644 --- a/doc/source/plugin-commands.rst +++ b/doc/source/plugin-commands.rst @@ -97,6 +97,12 @@ senlin .. # list-plugins:: openstack.tripleoclient.v1 .. # :detailed: +trove +------ + +.. list-plugins:: openstack.database.v1 + :detailed: + .. watcher .. # watcherclient is not in global-requirements .. # list-plugins:: openstack.infra_optim.v1 diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst index 0965c12f..eafe5e8f 100644 --- a/doc/source/plugins.rst +++ b/doc/source/plugins.rst @@ -36,6 +36,7 @@ The following is a list of projects that are an OpenStackClient plugin. - python-searchlightclient - python-senlinclient - python-tripleoclient\*\* +- python-troveclient - python-watcherclient - 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. -- python-troveclient - python-magnumclient - python-ceilometerclient - python-solumclient |
