]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: move ContainerEngine to container_engine_base.py
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 16 Aug 2023 19:38:50 +0000 (15:38 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 30 Aug 2023 17:57:42 +0000 (13:57 -0400)
commitd54193d7391a18790c1ae8f0a53e7aa0108a1111
tree24015ab68bd748cc84bac7b3c4e2b4ecb12104b3
parent4eb13ae3f0acace660a690b5dea88b927ab90ac8
cephadm: move ContainerEngine to container_engine_base.py

Signed-off-by: John Mulligan <jmulligan@redhat.com>
Pair-programmed-with: Adam King <adking@redhat.com>
Co-authored-by: Adam King <adking@redhat.com>
src/cephadm/cephadm.py
src/cephadm/cephadmlib/container_engine_base.py [new file with mode: 0644]
src/cephadm/tests/test_container_engine.py