tripleo-heat-templates/releasenotes/notes/use-octavias-own-user-log-format-default-3e9bb40c678388fc.yaml
Tom Weininger 7acb4f490a Use Octavia's own default user_log_format value
The HAProxy tenant flow logs are showing "[ssl_c_s_dn]" instead of
the client certificate DN string because of a bug in the default
value in THT. By using Octavia's own default we avoid this.

Change-Id: Ice012188654cfef7ebdb95630015b656d6fa0032
2022-04-22 19:02:08 +02:00

7 lines
200 B
YAML

---
fixes:
- |
Avoid Octavia HAProxy logs showing "[ssl_c_s_dn]" instead of the
client certificate DN string. TripleO uses Octavia's own default
user_log_format setting now if possible.