Merge "support ipv6 for grafana.ini.j2"
This commit is contained in:
commit
f867373a73
@ -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
|
||||
|
5
releasenotes/notes/bug-1866141-dc4bfaa2f7c31198.yaml
Normal file
5
releasenotes/notes/bug-1866141-dc4bfaa2f7c31198.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue with deploying Grafana when using IPv6.
|
||||
`LP#1866141 <https://launchpad.net/bugs/1866141>`__
|
Loading…
Reference in New Issue
Block a user