Comment 4 for bug 1488157

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

Reviewed: https://review.openstack.org/216509
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=f2eaea5a126e21b2b6fe2649855a8556d4d15ef5
Submitter: Jenkins
Branch: master

commit f2eaea5a126e21b2b6fe2649855a8556d4d15ef5
Author: Lingxian Kong <email address hidden>
Date: Tue Aug 25 10:54:51 2015 +0800

    Support action_execution deletion

    With this patch, users can perform operation as following:
    DELETE http://127.0.0.1:8989/v2/action_executions/<action_execution_id>

    NOTE:
    * Added a new config item 'allow_action_execution_deletion', with default
      value 'False'.
    * The 'allow_action_execution_deletion' item is set to 'True' for
      functional testing.
    * Only ad-hoc action-execution can be deleted.
    * Only completed action execution can be deleted.

    Implements: blueprint mistral-action-execution-deletion
    Closes-Bug: #1488157
    Change-Id: I3729636911a42c273c5a7b2d7fbdaae0da398e31