]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cli lightweight get method api call
authorWaad AlKhoury <waadalkhoury@localhost.localdomain>
Fri, 9 Jul 2021 10:49:12 +0000 (12:49 +0200)
committerPere Diaz Bou <pdiazbou@redhat.com>
Mon, 24 Jan 2022 08:30:36 +0000 (09:30 +0100)
commit40391a94b623ad1fdf2f7155b63019795505a1d1
tree6bc1cb3b46d47468159a473fd321d40936181ab6
parent68920f895d7ffc82fc4156894d76b0211ec1fd74
mgr/cli lightweight get method api call

Fixes: https://tracker.ceph.com/issues/50311
Signed-off-by: Waad AlKhoury <walkhour@redhat.com>
(cherry picked from commit 4667338036709bf609601aeda8676b932c312351)
src/pybind/mgr/.pylintrc [new file with mode: 0644]
src/pybind/mgr/cli_api/__init__.py [new file with mode: 0644]
src/pybind/mgr/cli_api/module.py [new file with mode: 0755]
src/pybind/mgr/cli_api/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/cli_api/tests/test_cliapi.py [new file with mode: 0644]
src/pybind/mgr/tox.ini