Comment 2 for bug 1621574

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

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

commit 193e71bd30bbc6dd0a22b4e07d98e8a763ddda7b
Author: Andrew Laski <email address hidden>
Date: Thu Sep 8 15:42:36 2016 -0400

    Handle ObjectActionError during cells instance delete

    There was logic in place to handle an ObjectActionError being raised
    when deleting an instance with cellsv1, however a second
    instance.destroy() call was added which did not have the same logic
    applied. This adds appropriate handling for that case.

    Change-Id: I007f249f772dbb53cf24a9bf06d2962001cb8384
    Closes-Bug: 1621574