Comment 6 for bug 1607814

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to heat (master)

Reviewed: https://review.openstack.org/370873
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=7f5bd76f7a14ad67b1c8e38061b316dfc509d881
Submitter: Jenkins
Branch: master

commit 7f5bd76f7a14ad67b1c8e38061b316dfc509d881
Author: Zane Bitter <email address hidden>
Date: Thu Sep 15 10:16:54 2016 -0400

    Don't log locked resource ERROR level

    It's expected that during a convergence traversal, we may encounter a
    resource that is still locked by a previous traversal. Don't log an
    ERROR-level message about what is a normal condition. Instead, log at
    INFO level describing what is happening, with more details at DEBUG
    level.

    Change-Id: I645c2a173b828d4a983ba874037d059ee645955f
    Related-Bug: #1607814