[openstack-announce] [release][nova] python-novaclient release 2.33.0 (mitaka)

doug at doughellmann.com doug at doughellmann.com
Tue Oct 27 01:44:32 UTC 2015


We are satisfied to announce the release of:

python-novaclient 2.33.0: Client library for OpenStack Compute API

This release is part of the mitaka 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.33.0

Please report issues through launchpad:

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

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

Bug fixes, dependency updates, microversion 2.6 support was added.

Changes in python-novaclient 2.32.0..2.33.0
-------------------------------------------

2961e82 Do not expose exceptions from requests library
cce7cd3 Support the server side remote-console API changes
28bf8dd Correct usage of API_MAX_VERSION and DEFAULT_OS_COMPUTE_API_VERSION
727f104 Rely on devstack for clouds.yaml
262719d Updated from global requirements
1c401ed Updated from global requirements
a820c45 Use v2.0 in clouds.yaml auth_url for functional test job
afaa8a2 Increase timeout when testing admin timeout
d10486f Fix incorrect help for 'nova flavor-create'

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

novaclient/__init__.py                             | 11 ++--
novaclient/client.py                               | 22 +++----
novaclient/exceptions.py                           | 23 ++++++++
novaclient/shell.py                                | 15 ++---
.../functional/v2/legacy/test_readonly_nova.py     |  2 +-
novaclient/utils.py                                | 24 ++++++++
novaclient/v2/servers.py                           | 61 ++++++++++++++++++++
novaclient/v2/shell.py                             | 28 ++++++---
requirements.txt                                   |  6 +-
test-requirements.txt                              |  2 +-
17 files changed, 400 insertions(+), 51 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ba60838..1fdee4c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ oslo.serialization>=1.4.0 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0
@@ -11 +11 @@ PrettyTable<0.8,>=0.7
-requests>=2.5.2
+requests!=2.8.0,>=2.5.2
@@ -15 +15 @@ Babel>=1.3
-python-keystoneclient>=1.6.0
+python-keystoneclient!=1.8.0,>=1.6.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 141d8d1..82a7028 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18 +18 @@ testtools>=1.4.0
-tempest-lib>=0.9.0
+tempest-lib>=0.10.0





More information about the OpenStack-announce mailing list