Comment 2 for bug 1071595

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

Reviewed: https://review.openstack.org/14870
Committed: http://github.com/openstack/nova/commit/50a0f3efb6cc4ae9c94439eea346828d35080d6c
Submitter: Jenkins
Branch: master

commit 50a0f3efb6cc4ae9c94439eea346828d35080d6c
Author: Chris Behrens <email address hidden>
Date: Thu Oct 25 21:38:48 2012 -0700

    Save exceptions earlier in finish_resize

    Fixes bug 1071595

    When catching exceptions, _quota_rollback is called before we save an
    exception for re-raising later. Also: we should ignore any possible
    exceptions from _quota_rollback so we are sure to set instance to error.

    Change-Id: I50cb4879f7dcc13f99fa23a45030b4140dfc326a