Comment 6 for bug 1563317

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

Reviewed: https://review.openstack.org/303037
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=a056929141fc8697e38cfff5f875c372131811e7
Submitter: Jenkins
Branch: master

commit a056929141fc8697e38cfff5f875c372131811e7
Author: Ilya Kutukov <email address hidden>
Date: Thu Apr 7 21:59:16 2016 +0300

    Deployment graph tasks parameters now saved in Transaction before deployment

    Deployment tasks snapshot is now saving during DeploymentTask message creation
    in Transaction.tasks_snapshot field.

    Methods:

        * attach_tasks_snapshot
        * get_tasks_snapshot

    are added to Transaction model.

    Handler /transactions/:transaction_id/deployment_history/
    now showing tasks parameters in output and supporting
    request parameter:
    /transactions/:transaction_id/deployment_history/?tasks_names=task1,task2

    Change-Id: I59446ef456f7d3bd249c686b7a8e1a93a364daf2
    Partial-Bug: #1563317
    DocImpact