Comment 3 for bug 1469817

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

Reviewed: https://review.openstack.org/200000
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=3fc57a4e0a1a655473024d31c4ebacc5921e78ec
Submitter: Jenkins
Branch: master

commit 3fc57a4e0a1a655473024d31c4ebacc5921e78ec
Author: Mike Fedosin <email address hidden>
Date: Thu Jul 9 11:04:44 2015 +0300

    Glance to handle exceptions from glance_store

    After the split glance_store raises its own exceptions, that
    have the same names as in glance. Several times those exceptions
    aren't caught in glance and it leads to incorrect behaviour.
    This code fixed it.

    Change-Id: I8600e0813ecbc599b5411e1fc0d0c9b470f68f6b
    Closes-Bug: #1469817