[openstack-announce] [release][stable][openstack] python-openstackclient 2.3.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Tue Mar 29 18:47:22 UTC 2016


We are pleased to announce the release of:

python-openstackclient 2.3.0: OpenStack Command-line Client

This release is part of the mitaka stable release series.

With source available at:

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

With package available at:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in python-openstackclient 2.2.0..2.3.0
----------------------------------------------

a0261f8 Updated from global requirements
5125219 Update .gitreview for stable/mitaka

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

.gitreview            | 1 +
requirements.txt      | 6 +++---
test-requirements.txt | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7c01b7c..7349d9f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ Babel>=1.3 # BSD
-cliff!=1.16.0,>=1.15.0 # Apache-2.0
+cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
@@ -10 +10 @@ keystoneauth1>=2.1.0 # Apache-2.0
-openstacksdk>=0.7.4 # Apache-2.0
+openstacksdk>=0.8.1 # Apache-2.0
@@ -15 +15 @@ oslo.utils>=3.5.0 # Apache-2.0
-python-glanceclient>=1.2.0 # Apache-2.0
+python-glanceclient>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 5db2336..20a2d5a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -23 +23 @@ python-barbicanclient>=3.3.0 # Apache-2.0
-python-congressclient>=1.0.0 # Apache-2.0
+python-congressclient<2000,>=1.0.0 # Apache-2.0





More information about the OpenStack-announce mailing list