From: Naman Munet Date: Tue, 17 Sep 2024 09:28:42 +0000 (+0530) Subject: mgr/dashboard: remove orch required decorator from host UI router (list) X-Git-Tag: testing/wip-pdonnell-testing-20240920.212106-debug~38^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=21454d08484cefefef7803c250d4d0511ae4415b;p=ceph-ci.git mgr/dashboard: remove orch required decorator from host UI router (list) https://tracker.ceph.com/issues/68101 Signed-off-by: Naman Munet --- diff --git a/src/pybind/mgr/dashboard/controllers/host.py b/src/pybind/mgr/dashboard/controllers/host.py index 645fc4cc44c..68dd8440b7f 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.