]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr: stub in a new smb mgr module
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 30 Jan 2024 19:39:16 +0000 (14:39 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 25 Apr 2024 23:10:38 +0000 (19:10 -0400)
commit568f47001f45b489a20722050f0f01bd24ae14b7
tree63a9695317f3ee8b8c5e72e9955142ca91b1f307
parent39823f3df80db3ad1fc17a738074f66f0b1849f2
pybind/mgr: stub in a new smb mgr module

Currently, this module does nothing but serve as a placeholder for
the future smb manager module.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/CMakeLists.txt
src/pybind/mgr/smb/__init__.py [new file with mode: 0644]
src/pybind/mgr/smb/module.py [new file with mode: 0644]