Comment 2 for bug 1732470

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

Reviewed: https://review.openstack.org/520223
Committed: https://git.openstack.org/cgit/openstack/ironic-python-agent/commit/?id=71fda732d26b519cad11b1629a92f5c916a3df80
Submitter: Zuul
Branch: master

commit 71fda732d26b519cad11b1629a92f5c916a3df80
Author: Julia Kreger <email address hidden>
Date: Wed Nov 15 17:13:58 2017 -0500

    Catch OSError thrown when hexdump is missing

    Change c5bf7b088f1ec776b788a81f2775e1b2577720e8 introduced
    a new requirement via a pre-existing ironic-lib method being
    called that utilizes hexdump. Hexdump is not always present
    and since we did not explicitly call it out as a new
    requirement, we should at least somewhat gracefully handle
    the exception.

    Change-Id: Id0223ef1417f6e419770ceb56b2a3b80c6118a85
    Closes-Bug: #1732470