support ipv6 for grafana.ini.j2
grafana not support ipv6 in grafana.ini.j2. Closes-Bug: #1866141 Change-Id: Ia89a9283e70c10a624f25108b487528dbb370ee4 Signed-off-by: yj.bai <bai.yongjun@99cloud.net>
This commit is contained in:
parent
d749b34160
commit
3e582a05fa
@ -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