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]