Comment 7 for bug 1457397

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

Reviewed: https://review.openstack.org/298532
Committed: https://git.openstack.org/cgit/openstack/fuel-ostf/commit/?id=2fc84886ce2f0e6cb79474a85c596f2518117cb4
Submitter: Jenkins
Branch: master

commit 2fc84886ce2f0e6cb79474a85c596f2518117cb4
Author: Anil Belur <email address hidden>
Date: Tue Mar 29 10:04:08 2016 +0530

    Replaces calls to traceback.format_exc()

    * this change replaces occurrences of
    `traceback.format_exc()` with the appropriate version of
    `LOG.exception()` in fuel-ostf
    * removes importing `traceback` module.
    * incorporated review comments from fuel-dev team

    Change-Id: I7055aeafdcb109bd3566f118379196ea6ca6037d
    Closes-Bug: #1457397
    Signed-off-by: Anil Belur <email address hidden>