]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
node-proxy: rename attribute and class
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 17 Jan 2024 08:47:36 +0000 (08:47 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 25 Jan 2024 15:07:21 +0000 (15:07 +0000)
commitf99decff89e594ecc7bd3b19d71cbc77559eaf07
tree628cf42bf0279f8ed0088fcd9825a62da8c176ee
parentda347d235d3fc5d6ecc98ea7ffd93f4c3c966d43
node-proxy: rename attribute and class

This renames the mgr's NodeProxyCache attribute from
`self.node_proxy` to `self.node_proxy_cache` and the
class `NodeProxy` in agent.py from `NodeProxy` to
`NodeProxyEndpoint` to make it clearer and avoid confusion.

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