Comment 27 for bug 1672964

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

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

commit 3fb3b83f4ad1254a9a54d6d81f5c58f33c92c601
Author: Vladimir Sharshov (warpc) <email address hidden>
Date: Thu Mar 23 20:33:52 2017 +0300

    Excluding number of nodes in stop operation notification

    Nailgun use block of nodes in stop operation to reset
    such nodes in discovery state. Also Nailgun used such
    data to calculate count of nodes for notifications.
    But Astute will not send info about nodes in case
    of task deployment.

    This patch exclude count of nodes in stop notification
    to prevent misslining message about successful operation
    for 0 nodes

    Change-Id: I32da2ccce11b22378f58759703fc4a56e31fd993
    Closes-Bug: #1672964