Comment 2 for bug 1686811

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

Reviewed: https://review.openstack.org/460720
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=026cb4a76e3c90b3a58d8f4fcec0fb205b04ce61
Submitter: Jenkins
Branch: master

commit 026cb4a76e3c90b3a58d8f4fcec0fb205b04ce61
Author: James Slagle <email address hidden>
Date: Thu Apr 27 15:16:07 2017 -0400

    Handle failed actions

    The result of syncrhonously called Mistral actions wasn't being checked
    to see if the action passed or failed. The result is now checked and if
    the action has failed, an exception will be raised.

    Change-Id: I95ae8c98fec94cf91f3f209b593f6c1815729fd4
    Closes-Bug: #1686811