Comment 2 for bug 1666831

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

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

commit 6347baf3d09036525b7f6df991ae440d558f9cc3
Author: Maciej Józefczyk <email address hidden>
Date: Thu Feb 23 12:56:04 2017 +0100

    Ensure that instance directory is removed after success migration/resize

    Nova recreates instance directory on source host after successful migration/resize.
    This patch removes directory of migrated instance from source host.

    Change-Id: Ic683f83e428106df64be42287e2c5f3b40e73da4
    Closes-Bug: #1666831