keystoneauth/releasenotes/notes/bug-1614688-c4a1bd54f4ba5644.yaml
Alex Oughton e3009ab365 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
2016-08-23 03:36:45 +00:00

10 lines
331 B
YAML

---
prelude: >
HTTP connections work under Windows Subsystem for Linux
fixes:
- >
[`bug 1614688 <https://bugs.launchpad.net/keystoneauth/+bug/1614688>`_]
HTTP connections were failing under Windows subsystem for Linux because
TCP_KEEPCNT was being set and that environment does not support such
override yet.