]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
node-proxy: drop dispatch() in NodeProxy()
authorGuillaume Abrioux <gabrioux@ibm.com>
Fri, 20 Oct 2023 09:21:16 +0000 (09:21 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 25 Jan 2024 15:07:20 +0000 (15:07 +0000)
commitb65c872b1e4de48b35c2f82cdd02dbd23dced68e
tree87cd4cd366f0630fca847f8e439dc501854ac72e
parent659584168ca47790151542ac1c504c87558e6138
node-proxy: drop dispatch() in NodeProxy()

The current logic prevents from using any cherrypy decorators
on actual endpoints as we use a set of 'proxy functions'
(index and dispatch) instead.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/pybind/mgr/cephadm/agent.py
src/pybind/mgr/cephadm/inventory.py