We are jazzed to announce the release of: python-novaclient 14.1.0: Client library for OpenStack Compute API This release is part of the train 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. 14.1.0 ^^^^^^ New Features * The "novaclient.v2.hypervisors.HypervisorManager.search" method now accepts a "detailed" boolean kwarg which defaults to False but when True will search for the given hypervisor hostname match and return details about any matching hypervisors. Specifying "detailed=True" requires compute API version 2.53 or greater. Changes in python-novaclient 14.0.0..14.1.0 ------------------------------------------- 7b9d3000 Set the lower limit of api_version for volume_type f78a4706 Allow passing negative values for the locked search_opt in cs.servers.list 0dc6b96e Allow searching for hypervisors and getting back details 2ecb3971 Optimize limit option docs string description for novaclient Diffstat (except docs and test files) ------------------------------------- novaclient/v2/flavors.py | 3 +++ novaclient/v2/hypervisors.py | 18 +++++++++++--- novaclient/v2/instance_action.py | 3 +++ novaclient/v2/keypairs.py | 3 +++ novaclient/v2/migrations.py | 6 +++++ novaclient/v2/server_groups.py | 3 +++ novaclient/v2/servers.py | 13 ++++++++-- novaclient/v2/shell.py | 2 +- novaclient/v2/usage.py | 8 +++++-- ...earch-hypervisor-detailed-352f3ac70d42fe6e.yaml | 8 +++++++ 14 files changed, 140 insertions(+), 8 deletions(-)
participants (1)
-
no-reply@openstack.org