Grafana complains about this being set to localhost
and also appears to be able to figure out what to bind to
itself if this field is not set. In actual deployments
this would be set by the cephadm mgr module while the
test_cephadm workunit itself just directly passes
a json config
Signed-off-by: Adam King <adking@redhat.com>
" cert_file = /etc/grafana/certs/cert_file",
" cert_key = /etc/grafana/certs/cert_key",
" http_port = 3000",
- " http_addr = localhost",
+ " http_addr = ",
"[security]",
" admin_user = admin",
" admin_password = admin",