python-tripleoclient/releasenotes/notes/return-code-on-predeploy-failure-bd62025646e25433.yaml
Julie Pichon 28051613c9 Fix return code when failing before launching the stack
Until now when a configuration error was detected early during the
pre-deployment verifications, the command would correctly return before
attempting to create/update the Heat stack, however the return code
would still show as '0', preventing scripts from picking up the
problem.

Change-Id: I8bd16e9753618e4c234440d7a6626e0ce4bd9972
Closes-Bug: #1672790
2017-03-16 11:20:11 +00:00

8 lines
237 B
YAML

---
fixes:
- |
`overcloud deploy` correctly returns an error code when failing
during the pre-deployment verifications (before the stack is
launched) (`bug 1672790
<https://bugs.launchpad.net/tripleo/+bug/1672790>`__).