From 5f4fedbd5beeccc4792241bcfd2b81bdeb4c7d57 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 25 Mar 2020 10:34:21 -0500 Subject: [PATCH] mgr/cephadm: bind grafana to all interfaces Fixes: https://tracker.ceph.com/issues/44608 Signed-off-by: Sage Weil --- src/pybind/mgr/cephadm/module.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 38f369c121c..6cf009517ed 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -2936,7 +2936,6 @@ datasources: cert_file = /etc/grafana/certs/cert_file cert_key = /etc/grafana/certs/cert_key http_port = 3000 - http_addr = localhost [security] admin_user = admin admin_password = admin -- 2.39.5