Comment 10 for bug 1323862

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

Reviewed: https://review.openstack.org/147707
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=fe9692ea6be848b4f2d99daffd598a9fbfe79f42
Submitter: Jenkins
Branch: master

commit fe9692ea6be848b4f2d99daffd598a9fbfe79f42
Author: Ian Cordasco <email address hidden>
Date: Thu Jan 15 18:21:17 2015 -0600

    Configure TCP Keep-Alive for certain Sessions

    If the user creates a keystoneclient.session.Session without passing a
    custom session, we will enable TCP Keep-Alive for the requests session
    used by keystoneclient's Session.

    novaclient and other clients can experience hung TCP connections. Most
    clients use keystoneclient's session and will need this merged here
    before they can make use of it in their projects.

    Change-Id: Ib70a8b3270d2492596b9fb8981b8584b85567a9c
    Closes-bug: 1323862