Comment 6 for bug 1438933

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

Reviewed: https://review.openstack.org/183081
Committed: https://git.openstack.org/cgit/stackforge/fuel-astute/commit/?id=b09729c64b695b2e6fcc88c31843321759ec45d5
Submitter: Jenkins
Branch: master

commit b09729c64b695b2e6fcc88c31843321759ec45d5
Author: Łukasz Oleś <email address hidden>
Date: Wed May 13 03:19:16 2015 +0200

    Remove nodes which failed to provision

    Currently during provision some nodes may fail but provision
    will success. This failed nodes are causing pre deployment actions
    to fail.
    This change removes failed nodes from deployment info and from all tasks.
    It is safe to do because currently we allow only compute nodes to fail.

    Change-Id: I5c3b677ca49ad9d2fd93a6ca1f524edc91e0766d
    Closes-bug: #1438933