Comment 2 for bug 1422699

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

Reviewed: https://review.openstack.org/156580
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=107811f0de242d89a90302ce4b258ebbfdc91857
Submitter: Jenkins
Branch: master

commit 107811f0de242d89a90302ce4b258ebbfdc91857
Author: Gorka Eguileor <email address hidden>
Date: Tue Feb 17 14:17:59 2015 +0100

    Add BadStoreConfiguration handling to glance-api

    Glace-api now handles BadStoreConfiguration exceptions from glance-store
    library.

    create_stores method will raise BadStoreConfiguration exception on
    driver configuration errors on start up so we can abort service start
    for the user to fix those errors.

    Change-Id: Ifc038874aa0388b036729790a883ae1e1efd323d
    Partial-Bug: #1422699