[openstack-announce] [release][stable][nova] python-novaclient release 2.23.1 (kilo)

doug at doughellmann.com doug at doughellmann.com
Tue Jul 21 21:19:46 UTC 2015


We are amped to announce the release of:

python-novaclient 2.23.1: Client library for OpenStack Compute API

This release is part of the kilo stable release series.

With source available at:

    http://git.openstack.org/cgit/openstack/python-novaclient

With package available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/python-novaclient/+milestone/2.23.1

Please report issues through launchpad:

    http://bugs.launchpad.net/python-novaclient

Notable changes
---------------

This release fixes an import issue with oslo.i18n (bug 1468819).

Changes in python-novaclient 2.23.0..2.23.1
-------------------------------------------

1346326 Fix unit and functional tests
0ae7a08 update defaultbranch

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

.gitreview                                         |   2 +
README.rst                                         |  13 +++
functional_creds.conf.sample                       |   8 ++
requirements.txt                                   |   4 +-
test-requirements.txt                              |   2 +-
9 files changed, 157 insertions(+), 68 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index bc729cf..324426b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,2 +7,2 @@ iso8601>=0.1.9
-oslo.i18n>=1.3.0  # Apache-2.0
-oslo.serialization>=1.2.0               # Apache-2.0
+oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
+oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index acdbc24..4e98dec 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ keyring>=2.1,!=3.3
-mock>=1.0
+mock<1.1.0,>=1.0





More information about the OpenStack-announce mailing list