Comment 2 for bug 1697031

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (master)

Reviewed: https://review.openstack.org/475442
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=7efe0f12c3e65606125b90ed4932c3214a15256a
Submitter: Jenkins
Branch: master

commit 7efe0f12c3e65606125b90ed4932c3214a15256a
Author: Julie Pichon <email address hidden>
Date: Mon Jun 19 16:06:26 2017 +0100

    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