Comment 2 for bug 1811184

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

Reviewed: https://review.openstack.org/629766
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=16b4346171d2027bb3c2630d5f28f6f002878870
Submitter: Zuul
Branch: master

commit 16b4346171d2027bb3c2630d5f28f6f002878870
Author: Brian Rosmaita <email address hidden>
Date: Wed Jan 9 23:37:29 2019 -0500

    Pass image_id to ImageDownloadFailed

    When an ImageDownloadFailed exception is created in the
    GlanceImageService, it's being passed the context whereas what
    makes sense for the error message is the image_id. This patch
    makes the change and adds a unit test for a previous fix for
    Bug #1798147 (which was the real point of this patch).

    Change-Id: I6d8dedfd056add3414f8f4bf7f7279eae4763286
    Closes-bug: #1811184