]> git.apps.os.sepia.ceph.com Git - ceph.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 16:01:04 +0000 (16:01 +0000)
commitb2a7e8b806c1b7e788f795a50fcbf721d97c130d
treef3c712214d54765f4f20ad2b5af440649e2fbeb2
parent1a1c40be5bdc274919ffaf28afd985f1ef86d33a
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>
(cherry picked from commit c62d1c82cf6155aba5e75e88ff3390ed5288e758)
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