python-ironicclient/releasenotes/notes/wait-for-prov-last-error-5f49b1c488879775.yaml
Dmitry Tantsur 8940d72521 Do not abort wait_for_provision_state of last_errors becomes non-empty
It can happen if one of heartbeats encounteres "node locked" error, which
is normal, because the next heartbeat will succeed.

Change-Id: Iaed9b83e199761eac4e0e2157c16ea1efa564c24
Story: #2002094
Task: #19772
2018-05-24 13:58:14 +02:00

9 lines
401 B
YAML

---
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>`_.