[openstack-announce] [release][trove] python-troveclient release 1.4.0 (mitaka)
doug at doughellmann.com
doug at doughellmann.com
Wed Nov 4 22:09:30 UTC 2015
We are amped to announce the release of:
python-troveclient 1.4.0: Client library for OpenStack DBaaS API
This release is part of the mitaka release series.
With source available at:
http://git.openstack.org/cgit/openstack/python-troveclient
With package available at:
https://pypi.python.org/pypi/python-troveclient
For more details, please see the git log history below and:
http://launchpad.net/python-troveclient/+milestone/1.4.0
Please report issues through launchpad:
http://bugs.launchpad.net/python-troveclient
Notable changes
----------------
Cluster create now supports adding network and AZ.
Changes in python-troveclient 1.3.0..1.4.0
------------------------------------------
810176c Updated from global requirements
c6ee975 improve readme contents
53f4942 Fix the function name with correct word
780b3a3 Accepting network and availability zone for instances in cluster
c586285 Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
README.rst | 8 ++
requirements.txt | 8 +-
setup.py | 2 +-
troveclient/v1/shell.py | 145 ++++++++++++++++++++++++++------
6 files changed, 182 insertions(+), 32 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 855f682..07b8935 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr<2.0,>=1.6
+pbr>=1.6
@@ -7 +7 @@ PrettyTable<0.8,>=0.7
-requests>=2.5.2
+requests!=2.8.0,>=2.5.2
@@ -9,2 +9,2 @@ simplejson>=2.2.0
-oslo.utils>=2.0.0 # Apache-2.0
-python-keystoneclient>=1.6.0
+oslo.utils>=2.4.0 # Apache-2.0
+python-keystoneclient!=1.8.0,>=1.6.0
More information about the OpenStack-announce
mailing list