Merge "Wrong secure_proxy_ssl_header value in nova.conf.j2 template"
This commit is contained in:
commit
afa98e04ee
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user