We are pleased to announce the release of: python-novaclient 11.0.1: Client library for OpenStack Compute API This release is part of the rocky 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. 11.0.1 ^^^^^^ Upgrade Notes ************* * The "--hint" option for the "boot" command expects a key-value argument. Previously, if this was not the case, the argument would be silently ignored. It will now raise an error. 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 11.0.0..11.0.1 ------------------------------------------- 6a38838a Stop silently ignoring invalid 'nova boot --hint' options 92002c80 Use SHA256 instead of MD5 in completion cache 94cde08c OpenDev Migration Patch efdbac35 Add test for console-log and docs for bug 1746534 488dd994 Revert "Fix crashing console-log" e07be7f3 Replace openstack.org git:// URLs with https:// 087af50d Follow up "Fix up userdata argument to rebuild" 5610ebd1 Fix up userdata argument to rebuild. 8246b74c Improve the description of optional arguments d553b3ab Add missing options in CLI reference 9ecf9252 import zuul job settings from project-config ef031641 Update UPPER_CONSTRAINTS_FILE for stable/rocky 1cf03777 Update .gitreview for stable/rocky Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- .zuul.yaml | 12 +++- novaclient/base.py | 4 +- novaclient/v2/shell.py | 36 ++++++----- .../legacy/novaclient-dsvm-functional/run.yaml | 6 +- .../notes/bug-1845322-463ee407b60131c9.yaml | 6 ++ .../fix-rebuild-userdata-9315e5784feb8ba9.yaml | 6 ++ tox.ini | 8 +-- 10 files changed, 180 insertions(+), 40 deletions(-)