OpenStack Database as a Service (Trove) Client
Go to file
Zhao Chao 0fc7d9e33d Correctly mocking builtin open in test_v1_shell
There's now a seperate module 'builtins' from python-future(this package
is now installed by stestr, and stestr in required by oslotest-3.6.0),
so under Python 2.x 'builtins' is also imported as a module and
'bultins.open' is mocked instead of '__builtin__.open'. And according to
the Mock document, we should always patch the object where it's looked
up, so only necessary mocking is made in this patch.

Change-Id: I57ea61cefd3b01b19475b0fa7e16f716eaaa14e6
Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
2018-07-10 14:26:02 +08:00
doc Follow the new PTI for document build 2018-04-21 11:37:53 +00:00
playbooks/legacy/tempest-dsvm-neutron-src-python-troveclient Consume new trove tempest plugin 2017-12-25 16:21:46 +05:30
releasenotes Add cluster-modules to OSC 2018-06-20 12:25:06 +08:00
tools Avoid tox_install.sh for constraints support 2017-12-02 16:54:12 +00:00
troveclient Correctly mocking builtin open in test_v1_shell 2018-07-10 14:26:02 +08: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 add lower-constraints job 2018-04-16 20:02:01 +08: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
lower-constraints.txt add lower-constraints job 2018-04-16 20:02:01 +08:00
README.rst Update the troveclient's README. 2018-06-13 17:20:57 +08:00
requirements.txt add lower-constraints job 2018-04-16 20:02:01 +08:00
run_local.sh Rename from reddwarf to trove. 2013-06-21 20:15:23 +00:00
setup.cfg Add cluster-modules to OSC 2018-06-20 12:25:06 +08:00
setup.py Updated from global requirements 2017-04-07 06:16:56 +00:00
test-requirements.txt Follow the new PTI for document build 2018-04-21 11:37:53 +00:00
tox.ini Follow the new PTI for document build 2018-04-21 11:37:53 +00:00

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.