Comment 4 for bug 1449639

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

Reviewed: https://review.openstack.org/178288
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=f66170d59121e12973ca3b064c9bff34c697a576
Submitter: Jenkins
Branch: stable/icehouse

commit f66170d59121e12973ca3b064c9bff34c697a576
Author: Gorka Eguileor <email address hidden>
Date: Tue Apr 28 18:55:28 2015 +0200

    Fix Icehouse 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.be

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

    Change-Id: I4fab5b507d5b9d165cdc3a5bb24458b56d6fdebd
    Closes-Bug: #1449639