python-ironicclient 2.2.1 (queens)
We are amped to announce the release of: python-ironicclient 2.2.1: OpenStack Bare Metal Provisioning API Client Library This release is part of the queens stable release series. The source is available from: https://git.openstack.org/cgit/openstack/python-ironicclient Download the package from: https://pypi.org/project/python-ironicclient Please report issues through launchpad: https://bugs.launchpad.net/python-ironicclient For more details, please see below. 2.2.1 ^^^^^ Bug Fixes * Waiting for a provision state to be reached (via CLI "--wait" argument or the "wait_for_provision_state" function) no longer aborts when the node's "last_error" field gets populated. It can cause a normal deployment to abort if a heartbeat from the ramdisk fails because of locking - see story 2002094 (https://storyboard.openstack.org/#!/story/2002094). Changes in python-ironicclient 2.2.0..2.2.1 ------------------------------------------- de77496 Do not abort wait_for_provision_state of last_errors becomes non-empty e944146 Gate fix: Cap hacking to avoid gate failure 2cf2d0e Update UPPER_CONSTRAINTS_FILE for stable/queens 7c25dd5 Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + ironicclient/v1/node.py | 2 +- releasenotes/notes/wait-for-prov-last-error-5f49b1c488879775.yaml | 8 ++++++++ test-requirements.txt | 2 +- tox.ini | 2 +- 6 files changed, 15 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a0317c3..14fa7e5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=1.0.0 # Apache-2.0 +hacking>=1.0.0,<1.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org