]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
node-proxy: fix mypy errors
authorGuillaume Abrioux <gabrioux@ibm.com>
Tue, 3 Feb 2026 13:41:13 +0000 (14:41 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Wed, 18 Feb 2026 08:52:38 +0000 (09:52 +0100)
commit1d8a46cda45ff0c9f97a30eff59204513979a0f8
treeb53a870a34b749dc3bffde840780ebc40f2249b5
parent6e5b46c1f6490b46a370c66cae2db5d690e2e162
node-proxy: fix mypy errors

this commit fixes mypy errors by adding explicit types for get_path
and get_* getters methods, extending SystemBackend with
start/shutdown and declaring _ca_temp_file on NodeProxyManager

Fixes: https://tracker.ceph.com/issues/74749
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/ceph-node-proxy/ceph_node_proxy/baseredfishsystem.py
src/ceph-node-proxy/ceph_node_proxy/main.py
src/ceph-node-proxy/ceph_node_proxy/protocols.py
src/ceph-node-proxy/ceph_node_proxy/redfish_client.py
src/ceph-node-proxy/ceph_node_proxy/util.py