Comment 2 for bug 1926404

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

Reviewed: https://review.opendev.org/c/openstack/glance_store/+/800227
Committed: https://opendev.org/openstack/glance_store/commit/6a241a20c9c17ede1985e5c1f4c63fcaf2a2dbc7
Submitter: "Zuul (22348)"
Branch: master

commit 6a241a20c9c17ede1985e5c1f4c63fcaf2a2dbc7
Author: Erno Kuvaja <email address hidden>
Date: Fri Jul 9 14:08:59 2021 +0100

    Raise correct exception from "Quota full"

    Swift driver reraises the client exception causing glance-api
    to return 500. Lets raise g_s StoreFull correctly instead.

    Change-Id: I5be151afe242a75142e74d488c4787a35929e189
    Closes-bug: #1926404