Skip to content

Commit 21454d0

Browse files
author
Naman Munet
committed
mgr/dashboard: remove orch required decorator from host UI router (list)
https://tracker.ceph.com/issues/68101 Signed-off-by: Naman Munet <[email protected]>
1 parent 1234ac5 commit 21454d0

File tree

1 file changed

+0
-2
lines changed
  • src/pybind/mgr/dashboard/controllers

1 file changed

+0
-2
lines changed

src/pybind/mgr/dashboard/controllers/host.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,6 @@ def inventory(self, refresh=None):
515515

516516
@Endpoint('GET')
517517
@ReadPermission
518-
@raise_if_no_orchestrator([OrchFeature.HOST_LIST])
519-
@handle_orchestrator_error('host')
520518
def list(self):
521519
"""
522520
Get all hosts.

0 commit comments

Comments
 (0)