]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: clean up python source file naming
authorJohn Spray <john.spray@redhat.com>
Tue, 15 Aug 2017 10:53:18 +0000 (06:53 -0400)
committerJohn Spray <john.spray@redhat.com>
Wed, 1 Nov 2017 23:03:28 +0000 (23:03 +0000)
commit6a35a96ea838760945073b756ea7ae13e9a68ccf
tree6cea7c384f2b2f1669476d1de47cff33137d7c9c
parentd37bf83f419fd5b34f0cbc8ee5313425e5177bc8
mgr: clean up python source file naming

Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 70d45a6b93c92baf8d6a3b15765110a5384c5e60)
16 files changed:
src/CMakeLists.txt
src/mgr/ActivePyModule.cc [new file with mode: 0644]
src/mgr/ActivePyModule.h [new file with mode: 0644]
src/mgr/ActivePyModules.cc [new file with mode: 0644]
src/mgr/ActivePyModules.h [new file with mode: 0644]
src/mgr/BaseMgrModule.cc [new file with mode: 0644]
src/mgr/BaseMgrModule.h [new file with mode: 0644]
src/mgr/Mgr.cc
src/mgr/MgrPyModule.cc [deleted file]
src/mgr/MgrPyModule.h [deleted file]
src/mgr/PyModuleRegistry.cc
src/mgr/PyModuleRegistry.h
src/mgr/PyModules.cc [deleted file]
src/mgr/PyModules.h [deleted file]
src/mgr/PyState.cc [deleted file]
src/mgr/PyState.h [deleted file]