We are glad to announce the release of: python-ironicclient 2.7.3: OpenStack Bare Metal Provisioning API Client Library This release is part of the stein stable release series. The source is available from: https://opendev.org/openstack/python-ironicclient Download the package from: https://pypi.org/project/python-ironicclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- ironicclient For more details, please see below. 2.7.3 ^^^^^ Bug Fixes * Restore functionality when using the current release of keystoneauth by using the correct key file arguments (cacert, cert, key). * Fixes an issue where some failure modes of communication with the Ironic API could result in an exception that circumvents the client's retry mechanisms. In particular this includes HTTP 503 service unavailable which is seen when Ironic operates behind a load balancer, and no backend is available to handle the request. * "openstack baremetal node list --owner" was returning an error instead of a list of nodes for the specified owner. It has been fixed. See story 2006563 for details. Changes in python-ironicclient 2.7.2..2.7.3 ------------------------------------------- 0bd26cc Fix AttributeError in negotiate_version 42faaab fix session cert arguments 4ed5966 Fix usage of --owner filter during node list Diffstat (except docs and test files) ------------------------------------- ironicclient/client.py | 6 +++--- ironicclient/common/http.py | 6 +++++- ironicclient/shell.py | 4 ++-- ironicclient/v1/node.py | 6 +++++- releasenotes/notes/cert-args-ea550200cd5ecd88.yaml | 4 ++++ .../fix-negotiate-version-503-c3cb8d1d4901541a.yaml | 8 ++++++++ .../notes/fix-owner-feature-2f3f0163ff307727.yaml | 9 +++++++++ 10 files changed, 58 insertions(+), 12 deletions(-)