[openstack-dev] [release] python-novaclient release 2.24.0 (liberty)

Doug Hellmann doug at doughellmann.com
Tue Apr 21 19:23:32 UTC 2015


We are chuffed to announce the release of:

python-novaclient 2.24.0: Client library for OpenStack Compute API

For more details, please see the git log history below.


Changes in python-novaclient 2.23.0..2.24.0
-------------------------------------------

ccff3d3 2015-04-20 13:52:38 +0300 Remove all imports from oslo namespace
c4d2f92 2015-04-17 05:36:27 +0000 Fix typo on class Client sample
9799353 2015-04-16 18:13:32 +0000 Uncap library requirements for liberty
88beed1 2015-04-01 08:35:39 +0530 Combine test cases for checking nova limits response
d614dbc 2015-03-31 20:16:14 +0300 Fix repr of FloatingIPBulk
038c0dc 2015-03-26 16:36:12 +0800 Fix comments on metadata number limitation
4cef067 2015-03-26 12:09:27 +0530 Corrected help for nova boot when attaching block device
0343dff 2015-03-25 12:15:40 +1030 Removes reference to v3 nova api from novaclient docs
1c39f8f 2015-03-21 19:27:36 +0800 Don't record time when self.timing is False
025bcfb 2015-03-21 00:17:56 +0000 Updated from global requirements
8679eed 2015-03-19 22:58:17 +0800 Revert 'Remove image to local block device mapping'

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

novaclient/client.py                               | 29 +++++++--------
novaclient/i18n.py                                 |  6 ++--
novaclient/shell.py                                | 41 ++++++++++------------
.../unit/fixture_data/security_group_rules.py      |  2 +-
novaclient/utils.py                                | 26 ++++++++++++--
novaclient/v2/client.py                            |  6 ++--
novaclient/v2/flavors.py                           |  2 +-
novaclient/v2/floating_ips.py                      |  3 ++
novaclient/v2/floating_ips_bulk.py                 | 14 +++++---
novaclient/v2/servers.py                           | 16 ++++++---
novaclient/v2/shell.py                             | 11 +++---
requirements.txt                                   |  6 ++--
test-requirements.txt                              |  6 ++--
32 files changed, 198 insertions(+), 105 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index bc729cf..9fe2b95 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,3 +7,3 @@ iso8601>=0.1.9
-oslo.i18n>=1.3.0  # Apache-2.0
-oslo.serialization>=1.2.0               # Apache-2.0
-oslo.utils>=1.2.0                       # Apache-2.0
+oslo.i18n>=1.5.0  # Apache-2.0
+oslo.serialization>=1.4.0               # Apache-2.0
+oslo.utils>=1.4.0                       # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index acdbc24..6790cc6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ mock>=1.0
-requests-mock>=0.5.1  # Apache-2.0
+requests-mock>=0.6.0  # Apache-2.0
@@ -13 +13 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0  # Apache-2.0
+oslosphinx>=2.5.0  # Apache-2.0
@@ -17 +17 @@ testtools>=0.9.36,!=1.2.0
-tempest-lib>=0.3.0
+tempest-lib>=0.4.0





More information about the OpenStack-dev mailing list