Comment 18 for bug 1871840

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to oslo.log (stable/ussuri)

Reviewed: https://review.opendev.org/733084
Committed: https://git.openstack.org/cgit/openstack/oslo.log/commit/?id=c77f3c9aa82364c482be9b37e6d29634273bb90f
Submitter: Zuul
Branch: stable/ussuri

commit c77f3c9aa82364c482be9b37e6d29634273bb90f
Author: Brian Haley <email address hidden>
Date: Mon Jun 1 17:25:56 2020 -0400

    Default facility to None in OSJournalHandler class

    Use a default value of None for facility in OSJournalHandler
    class, as is done in the OSSysLogHandler class.

    Neutron started failing with a:

     E1120: No value for argument 'facility' in constructor call

    With a recent release of oslo.log.

    Change-Id: I5269b82d219fd2377535120d9d266238d50431b3
    Related-Bug: #1871840
    (cherry picked from commit 184235c26517598d6e60f4db72e095ba061a0d6e)