Comment 3 for bug 1505685

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

Reviewed: https://review.openstack.org/234338
Committed: https://git.openstack.org/cgit/openstack/ironic-python-agent/commit/?id=65053b7737ffe9641974df926d694efd801ba417
Submitter: Jenkins
Branch: master

commit 65053b7737ffe9641974df926d694efd801ba417
Author: Lucas Alvares Gomes <email address hidden>
Date: Tue Oct 13 17:10:37 2015 +0100

    Refactor the image download and checksum computation bits

    Prior to this patch downloading and computing the checksum of the image
    were done in different stages, after the download the file would need
    to be re-read and the checksum was computed. This patch is changing it
    by creating a ImageDownload class which computes the checksum at the same
    time the image is being downloaded, this saves time and also make the
    code more portable.

    Related-Bug: #1505685
    Change-Id: I71f9f2bd9a62a6a6cc474d0ae519591cea6381d6