Skip to content
Snippets Groups Projects
Commit 45ef8617 authored by Eduardo Gonzalez's avatar Eduardo Gonzalez
Browse files

Add newline in grafana template

Grafana service fails while login
because a wrong memcached connection.

TrivialFix

Change-Id: I3b73733cd25bace09f1e478cbb770ba6a5ed85a5
parent 7140bead
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ ssl_mode = disable ...@@ -25,6 +25,7 @@ ssl_mode = disable
[session] [session]
provider = memcache provider = memcache
provider_config = {% for host in groups['memcached'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %} provider_config = {% for host in groups['memcached'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %}
cookie_name = grafana_sess cookie_name = grafana_sess
cookie_secure = false cookie_secure = false
session_life_time = 86400 session_life_time = 86400
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment