]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: remove get_deployment_container
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 19 Oct 2023 18:22:49 +0000 (14:22 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 4 Nov 2023 18:53:06 +0000 (14:53 -0400)
commit7494c56e4bb4d7114bf24ea2098259595f678826
tree16c06ac0937c449f2f265089a0dfc6ca80deb793
parent18832a3e94f55d0abb3c22290a7dc4dce9156944
cephadm: remove get_deployment_container

Remove get_deployment_container replacing all calls to it with calls to
to_deployment_container. Now, callers can inject modifications to the
container object between calls or even have to_deployment_container
update container objects that were constructed in some other way.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadm.py
src/cephadm/tests/test_cephadm.py