Merge "Fix paging link protocol when behind haproxy"

This commit is contained in:
Zuul 2020-03-30 16:01:31 +00:00 committed by Gerrit Code Review
commit fb77405055
1 changed files with 6 additions and 0 deletions

View File

@ -441,6 +441,12 @@ connection = mysql+pymysql://{{ designate_galera_user }}:{{ designate_galera_pas
# of the state_path setting.
#lock_path = $state_path
#################################
## Oslo Middleware Configuration
#################################
[oslo_middleware]
enable_proxy_headers_parsing = true
########################
## Coordination
########################