OpenStack Database as a Service (Trove) Client
Go to file
Samuel Matzek 1d3e516dea Fix gate / add tempest job
The Zuul v3 conversion missed the
tempest-dsvm-neutron-src-python-troveclient job and the base
tempest job is running in its place and blocking the gate.

This adds the Zuul project config and the definition for the
missing tempest job.

Change-Id: I532776e2e23b1ab5a5c9ef2b0278489f04a1097f
2017-10-27 17:18:41 +00:00
doc/source Update the trove docs to follow the docs theme 2017-07-13 10:59:55 -05:00
playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient Fix gate / add tempest job 2017-10-27 17:18:41 +00:00
releasenotes Update reno for stable/pike 2017-07-28 21:08:20 +00:00
tools Get python-troveclient to use upper-constraints.txt 2016-11-16 22:38:20 -05:00
troveclient Enable Keystone v3 support for compat client 2017-10-09 14:40:44 -05:00
.coveragerc move old apiclient code out of openstack/common 2016-11-10 10:02:08 -05:00
.gitignore rearrange docs into new standard layout 2017-06-29 17:00:28 -04:00
.gitreview Renamed reddwarfclient repo to troveclient. 2013-06-14 18:18:04 -04:00
.testr.conf Include troveclient/compat/tests in testr 2013-10-23 06:53:45 +08:00
.zuul.yaml Fix gate / add tempest job 2017-10-27 17:18:41 +00: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 Add cli to docs 2017-07-13 10:36:38 -05:00
requirements.txt Updated from global requirements 2017-07-27 20:33:45 +00:00
run_local.sh Rename from reddwarf to trove. 2013-06-21 20:15:23 +00:00
setup.cfg turn on warning-is-error for documentation builds 2017-07-13 10:39:32 -05:00
setup.py Updated from global requirements 2017-04-07 06:16:56 +00:00
test-requirements.txt Updated from global requirements 2017-08-18 11:42:40 +00:00
tox.ini Handle log message interpolation by the logger 2017-03-08 10:00:34 -08:00

README.rst

Python bindings to the OpenStack Trove API

image

Latest Version

Downloads

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.