Comment 2 for bug 1626267

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

Reviewed: https://review.openstack.org/374386
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=4f9e9597041555c6d0657e9ccf544b781c0f4dcf
Submitter: Jenkins
Branch: master

commit 4f9e9597041555c6d0657e9ccf544b781c0f4dcf
Author: Ben Nemec <email address hidden>
Date: Wed Sep 21 21:35:55 2016 +0000

    Stop logging swiftclient errors

    Swiftclient is logging a 404 when looking for
    overcloud-without-mergepy.yaml. To stop this, disable logging
    below the critical level for swiftclient. Note that we catch the
    resulting exception from swiftclient and log it ourselves if
    necessary, so there's no loss of information in the legitimate
    error case.

    Change-Id: I24144f3ab2b63c4a0f5fc2c9271e4a51a9ea1353
    Closes-Bug: 1626267