
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
keystoneauth
This package contains tools for authenticating to an OpenStack-based cloud. These tools include:
- Authentication plugins (password, token, and federation based)
- Discovery mechanisms to determine API version support
- A session that is used to maintain client settings across requests (based on the requests Python library)
Further information:
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/keystoneauth
- Source: http://git.openstack.org/cgit/openstack/keystoneauth
- Bugs: http://bugs.launchpad.net/keystoneauth
Description
Languages
Python
100%