Comment 3 for bug 1449639

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

Reviewed: https://review.openstack.org/178272
Committed: https://git.openstack.org/cgit/openstack/glance_store/commit/?id=751f9ae444d25f9beaffee2796095102f884fe8d
Submitter: Jenkins
Branch: master

commit 751f9ae444d25f9beaffee2796095102f884fe8d
Author: Gorka Eguileor <email address hidden>
Date: Tue Apr 28 18:10:38 2015 +0200

    Fix RBD delete image on creation failure

    When an exception rises on RBD store while adding/creating an image, and
    the image has already been created, this new image is not properly
    deleted as it should be.

    Fault lies in incorrect call to Store._delete_image method, as it is
    called with the wrong arguments.

    Change-Id: Ib74f7eafbb04ab893039b480a7d3eaa15e7d59d1
    Closes-Bug: #1449639