Comment 3 for bug 1523612

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

Reviewed: https://review.openstack.org/254328
Committed: https://git.openstack.org/cgit/openstack/python-glanceclient/commit/?id=5b9f21b38b59322d6c9423aa4f5b028e72dd01f6
Submitter: Jenkins
Branch: master

commit 5b9f21b38b59322d6c9423aa4f5b028e72dd01f6
Author: Stuart McLaren <email address hidden>
Date: Mon Dec 7 16:46:54 2015 +0000

    Handle 403 forbidden on download

    A download of a deactivated image may result in a 403.
    The cli should catch this error rather than stack trace.

    We also catch other unexpected http responses.

    Change-Id: If33fbc3a56cdb02b3ab32a6479a67fff20b4b1a9
    Closes-bug: 1523612