Comment 4 for bug 1260406

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

Reviewed: https://review.openstack.org/62036
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e71f615d9f15595cec163e4fe78c0cd3796ad397
Submitter: Jenkins
Branch: master

commit e71f615d9f15595cec163e4fe78c0cd3796ad397
Author: Edward Hope-Morley <email address hidden>
Date: Fri Dec 13 15:30:49 2013 +0000

    Adds tcp_keepalive and tcp_keepidle config options

    Currently the wsgi server will not close connections once requests
    complete and will not enable keepalive on it's wsgi sockets. This can
    be a problem for those who need to align the server keepalive with
    load balancer timeouts without modifying system keepalive settings.

    To remedy this we add new config options tcp_keepalive and
    tcp_keepidle which are disabled by default to remain backwards
    compatible.

    DocImpact: "new config options for wsgi tcp_keepalive & tcp_keepidle"
    Closes-bug: bug 1260406
    Co-authored-by: Hirofumi Ichihara <email address hidden>
    Change-Id: Ic53402c57e1ebe44cde4c18e5e15200dcbbcb04b