Go to file
Eric Fried 5f0271a735 Fix python-openstackclient plugin doc build
Some plugin command option help strings were using invalid syntax to
refer to another option. This looked odd in CLI output

  --marker <ID>         Begin displaying the results for IDs greater than
                        thespecified marker. When used with :option:`--limit,`
                        setthis to the last ID displayed in the previous run.

and also caused building autoprogram-cliff from python-openstackclient
to break with errors like:

<ListDatabaseInstances>:1:unknown option: --limit,

This commit reformats the help strings to use double backticks, which
render sanely in the CLI help and also build properly from
python-openstackclient.

Change-Id: Ia3fd6d5ec76e0e6d6aee87d8a8790a1ed2d38a26
2019-10-22 14:08:10 -05:00
2018-04-21 11:37:53 +00:00
2018-07-30 09:08:15 +07:00
2019-04-19 19:40:12 +00:00
2018-07-30 09:08:15 +07:00
2019-08-23 20:47:13 +12:00
2018-07-30 09:08:15 +07:00
2018-04-16 20:02:01 +08:00
2013-06-21 20:15:23 +00:00
2019-08-23 20:47:13 +12:00
2017-04-07 06:16:56 +00:00
2019-01-02 23:57:05 +08:00

Python bindings to the OpenStack Trove API

image

Latest Version

This is a client for the OpenStack Trove API. There's a Python API (the troveclient module), and a command-line script (trove). Each implements 100% of the OpenStack Trove API.

See the Trove CLI Guide for information on how to use the trove command-line tool. You may also want to look at the OpenStack API documentation.

python-troveclient is licensed under the Apache License like the rest of OpenStack.

Description
OpenStack Database as a Service (Trove) Client
Readme 12 MiB
Languages
Python 99.8%
Shell 0.2%