]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgwam: reorganize code
authorYehuda Sadeh <yehuda@redhat.com>
Mon, 1 Nov 2021 15:45:39 +0000 (08:45 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Wed, 24 Nov 2021 20:54:30 +0000 (12:54 -0800)
commitd90d380e17d461a11db3390fced4bd35220e2b36
tree9f90c2c3716c3088a5057dbce1d57639f46cce6d
parent289e5f096a4a7f73c74f94fa94535447f04e9087
rgwam: reorganize code

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/pybind/mgr/rgw/__init__.py
src/pybind/mgr/rgw/cli.py [deleted file]
src/pybind/mgr/rgw/diff.py [deleted file]
src/pybind/mgr/rgw/module.py
src/pybind/mgr/rgw/rgwam.py [deleted file]
src/pybind/mgr/rgw/types.py [deleted file]
src/python-common/ceph/rgw/__init__.py [new file with mode: 0644]
src/python-common/ceph/rgw/diff.py [new file with mode: 0644]
src/python-common/ceph/rgw/rgwam_core.py [new file with mode: 0644]
src/python-common/ceph/rgw/types.py [new file with mode: 0644]
src/rgw/rgwam.py [new file with mode: 0755]