python-novaclient 17.2.0 (victoria)
We are jazzed to announce the release of: python-novaclient 17.2.0: Client library for OpenStack Compute API This release is part of the victoria 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. Changes in python-novaclient 17.1.0..17.2.0 ------------------------------------------- 13221998 migrate testing to ubuntu focal b7ae8c75 Switch legacy Zuul jobs to native Zuul v3 jobs 109d41e7 use stevedore to load extensions Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 17 ++--- bindep.txt | 2 +- lower-constraints.txt | 10 +-- novaclient/client.py | 15 ++-- .../legacy/novaclient-dsvm-functional/post.yaml | 80 ---------------------- .../legacy/novaclient-dsvm-functional/run.yaml | 54 --------------- playbooks/post.yaml | 6 ++ playbooks/python-novaclient-functional.yaml | 14 ++++ requirements.txt | 1 + roles/get-os-environment/defaults/main.yaml | 2 + roles/get-os-environment/tasks/main.yaml | 12 ++++ tox.ini | 2 +- 16 files changed, 123 insertions(+), 225 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 682f6b94..3f6c9280 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,0 +12 @@ simplejson>=3.5.1 # MIT +stevedore>=2.0.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org