Comment 30 for bug 1672964

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

Reviewed: https://review.openstack.org/460134
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=d60e2ac26753ef3130ee8b68199016d7c7b8dec6
Submitter: Jenkins
Branch: stable/newton

commit d60e2ac26753ef3130ee8b68199016d7c7b8dec6
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
    (cherry picked from commit 3fb3b83f4ad1254a9a54d6d81f5c58f33c92c601)