Comment 5 for bug 1584792

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

Reviewed: https://review.openstack.org/329438
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=55ccfeac34556bfba697cb4190cc29b9f1c771d1
Submitter: Jenkins
Branch: stable/mitaka

commit 55ccfeac34556bfba697cb4190cc29b9f1c771d1
Author: James Slagle <email address hidden>
Date: Fri Apr 1 08:57:41 2016 -0400

    Show correct missing files when an error occurs

    This function was swallowing all missing file exceptions, and then
    printing a message saying overcloud.yaml or
    overcloud-without-mergepy.yaml were not found.

    The problem is that the URLError could occur for any missing file, such
    as a missing environment file, typo in a relative patch or filename,
    etc. And in those cases, the error message is actually quite misleading,
    especially if the overcloud.yaml does exist at the exact shown path.

    This change makes it such that the actual missing file paths are shown
    in the output.

    Closes-Bug: 1584792
    Change-Id: Id9a70cb50d7dfa3dde72eefe0a5eaea7985236ff
    (cherry picked from commit 7a05679ebc944e3bec6f20c194c40fae1cf39d8d)