Comment 3 for bug 1285094

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

Reviewed: https://review.openstack.org/79995
Committed: https://git.openstack.org/cgit/stackforge/fuel-ostf/commit/?id=12aec4d6669b04353ee4b9caa0c429be823a488c
Submitter: Jenkins
Branch: master

commit 12aec4d6669b04353ee4b9caa0c429be823a488c
Author: Tatyana Leontovich <email address hidden>
Date: Wed Mar 12 18:37:51 2014 +0000

    Remove instance power-off in delete function

    In case if instance deleteion fails we try
    to reset instance state, nova power-off action
    was invokes, that leads to the raise of
    UnexpectedTaskStateError_Remote

    In this patch invocation of power-off was deleted
    Now, we do several retries for deleteion and
    if instance fails to be deleted - fail the test

    Change-Id: Ic059d976a6a312fa32a90fa24b439e133031780e
    Closes-bug: #1285094