Update git submodules

* Update kolla-ansible from branch 'master'
  to 65c219697516832a083c8e38dd8b2c3d0bb5bcd0
  - Merge "Fix Horizon WSGI application log parsing"
  - Fix Horizon WSGI application log parsing
    
    Like other WSGI services in Kolla Ansible, the Horizon WSGI application
    handles log output via the `wsgi.errors` object. See [1] for further
    information. The problem is that this log output is written to a file called
    `horizon.log`, causing it to processed as an 'Oslo log' in the Fluentd
    processing pipeline. Since the log format doesn't match the expected format,
    this results in parsing errors.
    
    This fix renames the log file and adjusts the format to match other WSGI
    applications. The logs are then processed in the same way as other WSGI
    application logs, resolving the issue.
    
    [1] https://modwsgi.readthedocs.io/en/master/user-guides/debugging-techniques.html
    
    Change-Id: I93777d1c53920f5470c78356e6b3a4064fbe04b4
    Closes-Bug: #1898174
This commit is contained in:
Zuul 2023-11-28 18:53:58 +00:00 committed by Gerrit Code Review
parent 8f09bbb1e6
commit ce0da25211
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9a0ac440df23d1fe9e6f1760c5890ea17a728c23
Subproject commit 65c219697516832a083c8e38dd8b2c3d0bb5bcd0