Comment 6 for bug 1788022

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.service (stable/rocky)

Reviewed: https://review.openstack.org/596837
Committed: https://git.openstack.org/cgit/openstack/oslo.service/commit/?id=c8c8946d3281ef65de70b03dd198b6be6257fa7f
Submitter: Zuul
Branch: stable/rocky

commit c8c8946d3281ef65de70b03dd198b6be6257fa7f
Author: Claudiu Belu <email address hidden>
Date: Sun Aug 19 03:35:58 2018 -0700

    Skips signal handling on Windows

    Setting up signal handling fails on Windows due to missing select
    module attributes. This patch skips the setup on Windows.

    Change-Id: I75db453ec907efb01e1bb411690dadd92a48314d
    Closes-Bug: #1788022
    (cherry picked from commit 2ee3894f49f315e35abff968f54ae72e5480e892)