Merge "Wrong secure_proxy_ssl_header value in nova.conf.j2 template"

This commit is contained in:
Jenkins 2017-09-26 07:12:56 +00:00 committed by Gerrit Code Review
commit afa98e04ee

View File

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