[new][trove] python-troveclient 2.4.0 release (newton)
We are psyched to announce the release of: python-troveclient 2.4.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. 2.4.0 ^^^^^ New Features ************ * Add a new trove upgrade CLI command and a new Instances.upgrade python API method to implement the new Instance Upgrade feature. Other Notes *********** * Add disk column in flavor-list. * Add vCPUs column in flavor-list Bug 1261876. Changes in python-troveclient 2.3.0..2.4.0 ------------------------------------------ 4f3ab58 Implement Instance Upgrade d0599d9 Display more flavor information in trove flavor-list command 972beea Add vCPUs to flavor-list c96c278 Updated from global requirements 2093cba Replace assertDictEqual 517d32a Fix module-list failing with AccessInfoV2 error ecdae90 Replace OpenStack LLC with OpenStack Foundation 419caf0 Remove discover from test-requirements f067cf8 Support flavor ids with leading '0' 49c6fa1 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .../notes/flavor-list-disk-befd656f86592af1.yaml | 4 +++ .../notes/flavor-list-vcpu-d3fd769a137e307c.yaml | 3 ++ .../notes/image-upgrade-dfa20861d756532d.yaml | 5 ++++ requirements.txt | 4 +-- test-requirements.txt | 1 - troveclient/service_catalog.py | 2 +- troveclient/utils.py | 4 ++- troveclient/v1/configurations.py | 2 +- troveclient/v1/instances.py | 12 ++++++++ troveclient/v1/shell.py | 34 ++++++++++++++++++---- 15 files changed, 114 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 25db58c..8598b83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ oslo.i18n>=2.1.0 # Apache-2.0 -oslo.utils>=3.14.0 # Apache-2.0 +oslo.utils>=3.16.0 # Apache-2.0 @@ -11 +11 @@ Babel>=2.3.4 # BSD -keystoneauth1>=2.7.0 # Apache-2.0 +keystoneauth1>=2.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8bc8d34..d27d55a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +5,0 @@ coverage>=3.6 # Apache-2.0 -discover # BSD
participants (1)
-
no-reply@openstack.org