ironic/releasenotes/notes/bug-30315-e46eafe5b575f3da.yaml
Raphael Glon df5261bb34 Ansible module: fix clean error handling
It should not be up to the driver to handle the error. The error should
reach the manager. Moreover, handling the error in the driver and
returning nothing caused the manager to consider the step done and go to
the next one instead of interrupting the cleaning workflow

Change-Id: I3825838b5507bc735d983466aa3cac0edd4dfaca
Story: #2005357
Task: #30315
2019-04-08 11:10:19 +02:00

9 lines
298 B
YAML

---
fixes:
- |
Fixes an issue regarding the ``ansible deployment interface`` cleaning
workflow.
Handling the error in the driver and returning nothing caused the manager
to consider the step done and go to the next one instead of interrupting
the cleaning workflow.