From 496fb2edc6b227e64c8c10a74ee67e4de98af3e1 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 (cherry picked from commit 5f4fedbd5beeccc4792241bcfd2b81bdeb4c7d57) --- 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 2ebf9d29bfdcf..e430b169e9efc 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -2896,7 +2896,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.47.3