Comment 1 for bug 1502832

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

Reviewed: https://review.openstack.org/229102
Committed: https://git.openstack.org/cgit/openstack/rally/commit/?id=5d5eeea8ed43cf1c01f7feefc8e8dcca4fd9d1a7
Submitter: Jenkins
Branch: master

commit 5d5eeea8ed43cf1c01f7feefc8e8dcca4fd9d1a7
Author: Pavel Boldin <email address hidden>
Date: Sun Sep 27 05:42:32 2015 +0300

    workload: fix custom_image cleanup

    A VM ran by `custom_image` context is left running in case the script
    failed. Fix this by moving cleanup to a try/finally block letting
    the exception propagate upwards so no scenario is run when the context
    have failed.

    Change-Id: I90d783eeb50b1f0bfa77d59993ff116451d11878
    Closes-Bug: #1502832