Comment 26 for bug 1947010

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-keystone (stable/ussuri)

Reviewed: https://review.opendev.org/c/openstack/charm-keystone/+/836436
Committed: https://opendev.org/openstack/charm-keystone/commit/6e6fb7c8ffa0430ca20c4dcccfe41e0aa9561255
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 6e6fb7c8ffa0430ca20c4dcccfe41e0aa9561255
Author: Nobuto Murata <email address hidden>
Date: Thu Oct 14 09:51:52 2021 +0900

    Ease KeepAliveTimeout in line with keystoneauth1.session.Session

    Apache2's default value for KeepAliveTimeout is 5 seconds, which is okay
    for general web-page serving use cases. However, sessions and connection
    pools created by keystoneauth1.session.Session can be terminated
    unnecessarily during multiple API calls in a session due to the short
    KeepAliveTimeout.

    Let's ease KeepAliveTimeout to 75 seconds, which is fairly standard for
    API services behind a reverse proxy since it's the default value of
    nginx.

    Closes-Bug: #1947010
    Change-Id: Iff24f0f4b35fcc239abc14f37a76dcad8380d785
    (cherry picked from commit 44bf92f6bf0c1396222433a7fd2717960987f1ce)