Comment 5 for bug 1718502

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/pike)

Reviewed: https://review.openstack.org/510662
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=5922c80705c455d3d1d5dcb085ec08b19dd7accd
Submitter: Jenkins
Branch: stable/pike

commit 5922c80705c455d3d1d5dcb085ec08b19dd7accd
Author: Ben Nemec <email address hidden>
Date: Wed Sep 13 16:40:41 2017 +0000

    Add logging to capabilities filter

    The capabilities filter gets incorrectly blamed for a lot of
    deployment failures because on a retry of a node deployment the
    filter has to fail because there is only one node that can match
    when using predictable placement. However, we don't have any
    logging to help determine why the filter fails. This adds logging
    to explain why nodes fell through, which will hopefully help with
    debugging these problems.

    Change-Id: I702209e9b5a1e546bf8cb784eec8bdc3c97c63eb
    Closes-Bug: 1718502
    (cherry picked from commit e5d16155364c1dae2db238506f236194e2dfb1dc)