[openstack-announce] [release][trove] python-troveclient 2.2.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Fri Apr 8 01:11:47 UTC 2016


We are gleeful to announce the release of:

python-troveclient 2.2.0: Client library for OpenStack DBaaS API

This release is part of the newton release series.

With source available at:

    https://git.openstack.org/cgit/openstack/python-troveclient

With package available at:

    https://pypi.python.org/pypi/python-troveclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-troveclient

For more details, please see below.

Changes in python-troveclient 2.1.1..2.2.0
------------------------------------------

457360c Client support for instance module feature

Diffstat (except docs and test files)
-------------------------------------

test-requirements.txt                              |   1 +
.../openstack/common/apiclient/exceptions.py       |   7 +-
.../openstack/common/apiclient/fake_client.py      |  10 +-
troveclient/utils.py                               |  23 ++
troveclient/v1/instances.py                        |  87 ++++-
troveclient/v1/modules.py                          |  33 +-
troveclient/v1/shell.py                            | 378 ++++++++++++++++-----
13 files changed, 793 insertions(+), 134 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index c3213ff..87e7980 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,0 +16 @@ httplib2>=0.7.5 # MIT
+pycrypto>=2.6  # Public Domain





More information about the OpenStack-announce mailing list