Update git submodules

* Update charm-layer-openstack from branch 'master'
  to 1ff51a9bf3bc6dd00d5110708600f51ff3b1ead3
  - 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: I752a836676d895ef783362810ed6764980e8574b
This commit is contained in:
Nobuto Murata 2021-10-15 08:06:57 +09:00 committed by Gerrit Code Review
parent 7b0066daf6
commit 2d27fe452b
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4793ceba5faeac659d9db9b5fc4edde325155710
Subproject commit 1ff51a9bf3bc6dd00d5110708600f51ff3b1ead3