From e0c2171e8ae0bea5f0f692cc0b72cca458762b29 Mon Sep 17 00:00:00 2001 From: Proskurin Kirill Date: Thu, 29 Dec 2016 16:57:13 +0000 Subject: [PATCH] Fix for ingress fix... Change-Id: Ib6246c94a1bf7deb4ac5478d56347a28e7e37081 --- service/files/nova.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/files/nova.conf.j2 b/service/files/nova.conf.j2 index 9532294..ef83004 100644 --- a/service/files/nova.conf.j2 +++ b/service/files/nova.conf.j2 @@ -47,7 +47,7 @@ my_ip = {{ network_topology["private"]["address"] }} {% if ingress.enabled %} secure_proxy_ssl_header = HTTP_X_FORWARDED_PROTO -{{ endif }} +{% endif %} {% if nova.console == 'novnc' %} [vnc]