python-tripleoclient/releasenotes/notes/fail-on-wrong-env-dir-b1d0530052002e57.yaml
Julie Pichon 7efe0f12c3 Fail early in case of error in env directory path
Specified environment directories were silently ignored if they didn't
exist, meaning a typo in a path argument might only be discovered very
late, after the deployment finishes.

The ~/.tripleo/environment special case is preserved, and will still be
silently ignored when not present.

Change-Id: I33760ef3f5ce04209ddaf06fb5522eb8375e4385
Closes-Bug: #1697031
2017-07-26 13:53:16 +02:00

7 lines
205 B
YAML

---
fixes:
- |
``overcloud deploy`` now fails early if a path specified for
``--environment-directory`` does not exist. See `bug 1697031
<https://bugs.launchpad.net/tripleo/+bug/1697031>`__.