Merge "Wrong secure_proxy_ssl_header value in nova.conf.j2 template" into stable/pike

This commit is contained in:
Zuul 2017-12-28 06:37:52 +00:00 committed by Gerrit Code Review
commit 2550435f1d
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ debug = {{ nova_logging_debug }}
[wsgi]
api_paste_config = /etc/nova/api-paste.ini
{% if kolla_enable_tls_external | bool %}
secure_proxy_ssl_header = X-Forwarded-Proto
secure_proxy_ssl_header = HTTP_X_FORWARDED_PROTO
{% endif %}
[scheduler]