5f0271a735516d9c9b30a730fecf4738bafa6cde
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
Python bindings to the OpenStack Trove API
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.
- License: Apache License, Version 2.0
- Online Documentation
- Bugs - issue tracking
- PyPi- package installation
- Blueprints - feature specifications
- Git Source
- Specs
- How to Contribute
- Release Notes
Description
Languages
Python
99.8%
Shell
0.2%