Comment 2 for bug 1614688

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

Reviewed: https://review.openstack.org/357452
Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=e3009ab365203b63174251d5f5c2f90f64fd395e
Submitter: Jenkins
Branch: master

commit e3009ab365203b63174251d5f5c2f90f64fd395e
Author: Alex Oughton <email address hidden>
Date: Thu Aug 18 15:20:40 2016 -0500

    Disables TCP_KEEPCNT when using Windows Subsystem for Linux

    The Windows Subsystem for Linux is not a complete implementation
    of the Linux APIs, and setting TCP_KEEPCNT is currently
    unimplmenented. Attempting to use this option will cause HTTP
    connections to fail. This change checks if we are running under
    WSL, and disables changing TCP_KEEPCNT parameters if so.

    Change-Id: Ic8b41dea2a75660d9adbce88a00a0fe703a4d120
    Closes-Bug: #1614688