Comment 8 for bug 1623937

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

Reviewed: https://review.openstack.org/372437
Committed: https://git.openstack.org/cgit/openstack/fuel-astute/commit/?id=11ec66899ec09319b31ca21df43a4f0ac3e07c97
Submitter: Jenkins
Branch: master

commit 11ec66899ec09319b31ca21df43a4f0ac3e07c97
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