python-tripleoclient/releasenotes/notes/handle-failed-actions-cac0abd02ed67a51.yaml
James Slagle 026cb4a76e Handle failed actions
The result of syncrhonously called Mistral actions wasn't being checked
to see if the action passed or failed. The result is now checked and if
the action has failed, an exception will be raised.

Change-Id: I95ae8c98fec94cf91f3f209b593f6c1815729fd4
Closes-Bug: #1686811
2017-05-04 14:47:21 -04:00

6 lines
178 B
YAML

---
fixes:
- The result of Mistral actions will now be checked, and if they've failed,
an exception will be raised. See
https://bugs.launchpad.net/tripleo/+bug/1686811