]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: mechanically fix simple users to not import CLI*Command
authorSamuel Just <sjust@redhat.com>
Mon, 24 Nov 2025 17:29:55 +0000 (09:29 -0800)
committerNitzan Mordechai <nmordech@ibm.com>
Thu, 16 Apr 2026 17:18:53 +0000 (17:18 +0000)
commit29b90b36db67c6eadf4a5ecbc20beee225df6755
tree3e0e43385c55d9f18b60883442ad944259cd7d8c
parenta3e6fd22f793a40d07d7ff6038bb53862f5c7761
pybind/mgr: mechanically fix simple users to not import CLI*Command

The next commit will introduce module specific CLICommand classes.

Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit 9099c682c2596612df7ab698e5ac3cfa578eb6d3)
21 files changed:
src/pybind/mgr/alerts/module.py
src/pybind/mgr/balancer/module.py
src/pybind/mgr/crash/module.py
src/pybind/mgr/devicehealth/module.py
src/pybind/mgr/feedback/module.py
src/pybind/mgr/hello/module.py
src/pybind/mgr/influx/module.py
src/pybind/mgr/insights/module.py
src/pybind/mgr/iostat/module.py
src/pybind/mgr/mirroring/module.py
src/pybind/mgr/nfs/module.py
src/pybind/mgr/pg_autoscaler/module.py
src/pybind/mgr/prometheus/module.py
src/pybind/mgr/rbd_support/module.py
src/pybind/mgr/rgw/module.py
src/pybind/mgr/selftest/module.py
src/pybind/mgr/snap_schedule/module.py
src/pybind/mgr/status/module.py
src/pybind/mgr/telegraf/module.py
src/pybind/mgr/telemetry/module.py
src/pybind/mgr/test_orchestrator/module.py