Comment 6 for bug 1563851

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

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

commit 88fe73e91a154decc4abc2f9cae61d30b08f8142
Author: Ilya Kutukov <email address hidden>
Date: Thu Mar 31 15:02:36 2016 +0300

    Merged plugins tasks and release tasks are added to the cluster handlers

    Following handlers are implemented with graph_type support:

    * Get merged plugins tasks for plugins enabled for the environment
      `GET /clusters/<cluster_id>/deployment_tasks/plugins/`

    * Get cluster release deployment tasks
      `GET /clusters/<cluster_id>/deployment_tasks/release/`

    Change-Id: I3411860990728a43641c7685b1e6ee736aab5c23
    Closes-Bug: #1563848
    Partial-Bug: #1563851