[openstack-dev] [release][stable][nova] python-novaclient release 2.23.3 (kilo)
doug at doughellmann.com
doug at doughellmann.com
Wed Jan 6 19:39:42 UTC 2016
We are delighted to announce the release of:
python-novaclient 2.23.3: Client library for OpenStack Compute API
This release is part of the kilo stable release series.
With source available at:
https://git.openstack.org/cgit/openstack/python-novaclient
With package available at:
https://pypi.python.org/pypi/python-novaclient
For more details, please see below and:
https://launchpad.net/python-novaclient/+milestone/2.23.3
Please report issues through launchpad:
https://bugs.launchpad.net/python-novaclient
Changes in python-novaclient 2.23.2..2.23.3
-------------------------------------------
b1b51a6 subunit2html has moved.
c8ff644 Updated from global requirements
861d761 Revert 'Remove image to local block device mapping'
Diffstat (except docs and test files)
-------------------------------------
novaclient/v2/servers.py | 8 ++++++++
requirements.txt | 4 ++--
4 files changed, 18 insertions(+), 3 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 9f20356..1b23cb7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
-oslo.utils<1.5.0,>=1.4.0 # Apache-2.0
+oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
@@ -11 +11 @@ PrettyTable<0.8,>=0.7
-requests!=2.4.0,>=2.2.0
+requests!=2.4.0,<2.8.0,>=2.2.0
More information about the OpenStack-dev
mailing list