Comment 3 for bug 1804527

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

Reviewed: https://review.openstack.org/619363
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=e348fab9514f44baf1acc39633cd06bd375b4568
Submitter: Zuul
Branch: master

commit e348fab9514f44baf1acc39633cd06bd375b4568
Author: Alex Schultz <email address hidden>
Date: Wed Nov 21 14:47:13 2018 -0700

    Improve bulk symlink error handling

    If the tempdir doesn't exist, we can get a cryptic error message when
    using the bulk_symlink function. This change checks that the temp dir we
    are to use exists prior to consuming it and throws a message indicating
    the folder doesn't exist.

    Change-Id: I3a4bf279d6d1c2c35c000e7b38b147a026cfcfb4
    Closes-Bug: #1804527