From 21454d08484cefefef7803c250d4d0511ae4415b Mon Sep 17 00:00:00 2001 From: Naman Munet Date: Tue, 17 Sep 2024 14:58:42 +0530 Subject: [PATCH] mgr/dashboard: remove orch required decorator from host UI router (list) https://tracker.ceph.com/issues/68101 Signed-off-by: Naman Munet --- src/pybind/mgr/dashboard/controllers/host.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/controllers/host.py b/src/pybind/mgr/dashboard/controllers/host.py index 645fc4cc44c55..68dd8440b7f4a 100644 --- a/src/pybind/mgr/dashboard/controllers/host.py +++ b/src/pybind/mgr/dashboard/controllers/host.py @@ -515,8 +515,6 @@ class HostUi(BaseController): @Endpoint('GET') @ReadPermission - @raise_if_no_orchestrator([OrchFeature.HOST_LIST]) - @handle_orchestrator_error('host') def list(self): """ Get all hosts. -- 2.39.5