]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: add customize_container_binds method to custom container
authorJohn Mulligan <jmulligan@redhat.com>
Sat, 4 Nov 2023 22:19:57 +0000 (18:19 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 9 Nov 2023 19:50:46 +0000 (14:50 -0500)
commit93ad2993bdd4a6701badc729b3e52e93f6ca384a
tree15fd5cbcbd6b09659de2998606d59206ee815732
parent34ef3f7554345ca1054ff8e1d9c8383a639b5b84
cephadm: add customize_container_binds method to custom container

Add a customize_container_binds function to the CustomContainer daemon
type class and use it from the common get_container_binds function.

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