Comment 3 for bug 1617351

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

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

commit dbdf4fcad2d412265348b48e2de413fbe816768b
Author: Dougal Matthews <email address hidden>
Date: Thu Sep 1 17:25:33 2016 +0100

    Optionally include the output when retrieving all executions

    During the table refactor, the output was removed from the result
    of listing all the executions. This change restores that
    behaviour but doesn't include the output by default to avoid
    performance problems. To include it, the query param
    include_output should be used. For example:

        /v2/executions?include_output=true

    Closes-Bug: #1617351
    Change-Id: I2acec34920e397789fc61f184ed69071497ea7d9