Comment 9 for bug 1372888

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

Reviewed: https://review.openstack.org/127247
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=ace6197bbaaba7d53c05ff6eb2c39a642cfc463d
Submitter: Jenkins
Branch: proposed/juno

commit ace6197bbaaba7d53c05ff6eb2c39a642cfc463d
Author: abhishekkekane <email address hidden>
Date: Wed Sep 24 04:36:13 2014 -0700

    g-api raises 500 error while uploading image

    If both filesystem_store_datadirs and filesystem_store_datadir parameters
    specified in glance-api.conf file then while creating new image 500
    internal server error is raised.

    Caught StoreAddDisabled exception for v1 and v2 api while uploading
    image and raised HTTPGone exception to return HTTP 410 response to
    user.

    Closes-Bug: #1372888
    Change-Id: Iccbf5b88634d3c956d41e8d8a0126648c64b34eb