Comment 4 for bug 1328501

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

Reviewed: https://review.openstack.org/110753
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=1188d88a73e75da5c143d0dfad34e10dad0daee0
Submitter: Jenkins
Branch: master

commit 1188d88a73e75da5c143d0dfad34e10dad0daee0
Author: Lance Bragstad <email address hidden>
Date: Wed Jul 30 17:31:45 2014 +0000

    Except socket.error if syslog isn't running

    When setting `use_syslog=true` and restarting the service, if syslog (or
    rsyslog) isn't running, except the error and inform the user instead
    of failing with a generic Errno 111.

    Change-Id: Ie4ce3e84dcff838b569d6e2711aee5ea21c01083
    Partial-Bug: 1328501