File: wait-for-prov-last-error-5f49b1c488879775.yaml

package info (click to toggle)
python-ironicclient 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,220 kB
  • sloc: python: 23,134; makefile: 20; sh: 16
file content (8 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
---
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>`_.