Skip to content

Commit

Permalink
mgr/cli lightweight get method api call
Browse files Browse the repository at this point in the history
Fixes: https://tracker.ceph.com/issues/50311
Signed-off-by: Waad AlKhoury <walkhour@redhat.com>
  • Loading branch information
Waad AlKhoury committed Jun 29, 2021
1 parent 0a00ad5 commit c2fe746
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pybind/mgr/cli_api/module.py
Expand Up @@ -12,10 +12,6 @@

class CLI(MgrModule):

NATIVE_OPTIONS = [
'mgr_tick_period',
]

@CLICommand('mgr api get')
def api_get(self, arg: str):
'''
Expand Down

0 comments on commit c2fe746

Please sign in to comment.