[release-announce] python-novaclient 10.1.1 (queens)
no-reply at openstack.org
no-reply at openstack.org
Wed Oct 30 14:29:46 UTC 2019
We enthusiastically announce the release of:
python-novaclient 10.1.1: Client library for OpenStack Compute API
This release is part of the queens stable release series.
The source is available from:
https://opendev.org/openstack/python-novaclient
Download the package from:
https://pypi.org/project/python-novaclient
Please report issues through:
https://bugs.launchpad.net/python-novaclient/+bugs
For more details, please see below.
10.1.1
^^^^^^
Bug Fixes
* The user data argument in the "nova rebuild" command was passing
the filename as userdata. Now this passes the contents of the file
as intended.
Changes in python-novaclient 10.1.0..10.1.1
-------------------------------------------
af961861 OpenDev Migration Patch
26d80661 Replace openstack.org git:// URLs with https://
777ca6f2 Follow up "Fix up userdata argument to rebuild"
154b29b7 Fix up userdata argument to rebuild.
ea866538 import zuul job settings from project-config
57a03074 Switch to stestr
52dbdd3f Updated from global requirements
b3553f2e Update UPPER_CONSTRAINTS_FILE for stable/queens
abe2087a Update .gitreview for stable/queens
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 2 +-
.gitreview | 3 ++-
.stestr.conf | 3 +++
.testr.conf | 7 -----
.zuul.yaml | 13 ++++++++--
novaclient/v2/shell.py | 18 ++++++++++---
.../legacy/novaclient-dsvm-functional/run.yaml | 6 ++---
.../fix-rebuild-userdata-9315e5784feb8ba9.yaml | 6 +++++
test-requirements.txt | 2 +-
tools/pretty_tox.sh | 16 ------------
tox.ini | 30 ++++++++++------------
13 files changed, 74 insertions(+), 56 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index d66dda68..34eb71b5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18 +18 @@ osprofiler>=1.4.0 # Apache-2.0
-testrepository>=0.0.18 # Apache-2.0/BSD
+stestr>=1.0.0 # Apache-2.0
More information about the Release-announce
mailing list