python-novaclient 17.3.0 (wallaby)
We are stoked to announce the release of: python-novaclient 17.3.0: Client library for OpenStack Compute API This release is part of the wallaby 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. 17.3.0 ^^^^^^ Deprecation Notes ***************** * The following CLIs are deprecated. * "nova agent-create" * "nova agent-delete" * "nova agent-list" * "nova agent-modify" The CLIs will be removed in the first major release after Nova 24.0.0 X is released. Bug Fixes ********* * Bug #1903727 (https://bugs.launchpad.net/python- novaclient/+bug/1903727): Fixed raw Python error message when using "nova" without a subcommand while passing an optional argument, such as "--os-compute-api-version 2.87". Changes in python-novaclient 17.2.1..17.3.0 ------------------------------------------- 9b474afd Deprecate agent commands and APIs e85d845b Fix undesirable raw Python error 1b5f29a3 Fix a functional test for 'nova agent-list' 81eccaad Remove Babel from lower-constraints.txt 80c32f28 Cleanup py27 support 4012a884 Remove the unused coding style modules 015f45b4 Remove install unnecessary packages d47a2d84 Add Python3 wallaby unit tests fd24dc34 Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 7 ----- novaclient/shell.py | 3 ++ .../functional/v2/legacy/test_readonly_nova.py | 20 ++++++++++++-- novaclient/v2/agents.py | 5 ++++ novaclient/v2/shell.py | 20 +++++++++++--- .../notes/deprecate-agent-d0f58718ad1782f6.yaml | 12 ++++++++ .../fix-raw-python-error-debd3edb17c2f675.yaml | 7 +++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++++ setup.py | 9 ------ tox.ini | 2 -- 14 files changed, 96 insertions(+), 33 deletions(-)
participants (1)
-
no-reply@openstack.org