]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: move handling of use_agent setting into agent.py
authorAdam King <adking@redhat.com>
Thu, 30 Sep 2021 13:32:31 +0000 (09:32 -0400)
committerAdam King <adking@redhat.com>
Thu, 30 Sep 2021 13:32:31 +0000 (09:32 -0400)
commit1b74a3db0c23423bb5a188eafb4346711d0b13a2
tree5ebd9657b1f018f5636084ca8f9447add47badd1
parent7c64d92fefd0ca429c5c54e5a924348d1a6711b7
mgr/cephadm: move handling of use_agent setting into agent.py

The serve function itself should only really be
calling other functions. The actual handling of
the setting is better placed in the agent's own file.

Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/agent.py
src/pybind/mgr/cephadm/serve.py