We are jazzed to announce the release of: python-ironicclient 2.7.1: 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://bugs.launchpad.net/python-ironicclient/+bugs For more details, please see below. 2.7.1 ^^^^^ Bug Fixes * Fixes an issue where an endpoint_override was not considered when performing version negotiation, which would can result in the client attempting to base version negotiation off of an entry in the service catalog as opposed to an endpoint_override. Changes in python-ironicclient 2.7.0..2.7.1 ------------------------------------------- b40630f Use endpoint_override in version negotiation cdd4b8c Run jobs under python2 and python3 bab6477 Move to zuulv3 1665244 Replace openstack.org git:// URLs with https:// 97c94dc Update .gitreview for stable/stein 4c6e8b6 Update UPPER_CONSTRAINTS_FILE for stable/stein 95f00f4 Fix allocation tests Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + ironicclient/common/http.py | 3 +- .../functional/osc/v1/test_baremetal_allocation.py | 4 +- .../osc/v1/test_baremetal_deploy_template_basic.py | 5 +- .../osc/v1/test_baremetal_node_negative.py | 14 ++- playbooks/functional/run.yaml | 55 ++++++++++ .../legacy/ironicclient-dsvm-functional/post.yaml | 15 --- .../legacy/ironicclient-dsvm-functional/run.yaml | 68 ------------- .../legacy/ironicclient-tempest-dsvm-src/post.yaml | 15 --- .../legacy/ironicclient-tempest-dsvm-src/run.yaml | 113 --------------------- ...oint-override-for-version-e6d25da654f0a7ff.yaml | 7 ++ tools/run_functional.sh | 28 ----- tox.ini | 17 +++- zuul.d/ironicclient-jobs.yaml | 63 ++++++++++++ zuul.d/legacy-ironicclient-jobs.yaml | 42 -------- zuul.d/project.yaml | 12 ++- 20 files changed, 173 insertions(+), 350 deletions(-)