Comment 6 for bug 1475652

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

Reviewed: https://review.openstack.org/314928
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c12d388070895e40be19f4f4e5fded736a5376be
Submitter: Jenkins
Branch: master

commit c12d388070895e40be19f4f4e5fded736a5376be
Author: Bartek Zurawski <email address hidden>
Date: Tue May 10 17:31:19 2016 +0200

    Fix issue with not removing rbd rescue disk

    Currently when instance that use RBD as backend
    is rescued and next unrescued, rescue image is
    not removed, this cause issue when the same
    instance is rescued again it's use old rescue
    image not new one.

    Change-Id: Idf4086303baa4b936c90be89552ad8deb45cef3a
    Closes-Bug: #1475652