Comment 6 for bug 1623937

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-astute (stable/mitaka)

Reviewed: https://review.openstack.org/372538
Committed: https://git.openstack.org/cgit/openstack/fuel-astute/commit/?id=3f21d35f354f4834f15f191ad11a29b9d52f93cc
Submitter: Jenkins
Branch: stable/mitaka

commit 3f21d35f354f4834f15f191ad11a29b9d52f93cc
Author: Vladimir Sharshov (warpc) <email address hidden>
Date: Mon Sep 19 15:04:08 2016 +0300

    Support global progress for tasks

    Calculate progress for cluster using simple formula

        100 * all_tasks_finished / all_tasks_total

    It will works with custom graph too.

    Change-Id: Iaea07ec19d80d5f344c8ecf434f771da7a608157
    Closes-Bug: #1623937