Comment 14 for bug 1525002

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-ironicclient (stable/liberty)

Reviewed: https://review.openstack.org/257955
Committed: https://git.openstack.org/cgit/openstack/python-ironicclient/commit/?id=ae2c0995adbc71b6eed03fd11087b93acf01446a
Submitter: Jenkins
Branch: stable/liberty

commit ae2c0995adbc71b6eed03fd11087b93acf01446a
Author: Dmitry Tantsur <email address hidden>
Date: Fri Dec 11 12:38:39 2015 +0100

    Scale back on how many warnings we issue

    * Remove "Request returned failure status" warning, it does not carry
      any helpful information for an operator (or anyone).
    * Demote retry warnings to debug level. Retrying is essentially a normal
      thing in the real world, and currently we're spamming logs with warnings.
      http://logs.openstack.org/93/255793/3/gate/gate-tempest-dsvm-ironic-agent_ssh/25175ed/logs/screen-n-cpu.txt.gz?level=TRACE

    Change-Id: I6c40581b9dc5ab1fe3af4b882ede17a13edacc66
    Closes-Bug: #1525002
    (cherry picked from commit 8224859c02f525fa3b7dbe917d56b889b0dbb073)