OpenStack Database as a Service (Trove) Client
Go to file
zhangjunhui 182301ac68 Fix a bug in print_list when using formatters
If using formatters it will raise a error that local variable
'data' referenced before assignment

story: 2008472
task: 41511
Change-Id: I6c66139b54a203bd8af01e8534e4d7ce7735e02d
2020-12-29 16:29:51 +08:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-22 17:20:01 +00:00
releasenotes Support operating_status for instance 2020-12-09 11:10:28 +13:00
tools Stop to use the __future__ module. 2020-06-02 20:54:04 +02:00
troveclient Fix a bug in print_list when using formatters 2020-12-29 16:29:51 +08:00
.coveragerc move old apiclient code out of openstack/common 2016-11-10 10:02:08 -05:00
.gitignore Switch to stestr 2018-07-30 09:08:15 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:40:12 +00:00
.stestr.conf Switch to stestr 2018-07-30 09:08:15 +07:00
.zuul.yaml Disable openstack-lower-constraints-jobs 2020-12-09 09:35:41 +13:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:40 +00:00
LICENSE Add License, AUTHORS and ChangeLog to package 2013-06-26 13:37:40 +02:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-08-30 01:29:33 +00:00
lower-constraints.txt update cliff to 3.5.0 support python3.8 2020-12-16 08:57:30 +08:00
requirements.txt Remove Babel requirement 2020-10-15 18:26:35 +08:00
run_local.sh Rename from reddwarf to trove. 2013-06-21 20:15:23 +00:00
setup.cfg remove py37 2020-12-26 12:50:39 +08:00
setup.py Cleanup py27 support 2020-04-04 11:21:19 +02:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-15 10:49:51 -05:00
tox.ini Update TOX_CONSTRAINTS_FILE 2020-10-30 13:47:38 +08:00

README.rst

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.