Merge "support ipv6 for grafana.ini.j2"

This commit is contained in:
Zuul 2020-03-11 02:29:54 +00:00 committed by Gerrit Code Review
commit f867373a73
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@ provisioning = /etc/grafana/provisioning
[server]
protocol = http
http_addr = {{ api_interface_address }}
http_addr = {{ api_interface_address | put_address_in_context('url') }}
http_port = {{ grafana_server_port }}
router_logging = true

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes an issue with deploying Grafana when using IPv6.
`LP#1866141 <https://launchpad.net/bugs/1866141>`__