]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.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)
committerMohit Agrawal <moagrawa@redhat.com>
Mon, 9 Feb 2026 04:43:42 +0000 (10:13 +0530)
commitfacdd976f2ba862a24235db7104e316ed64aa2dd
tree2c38da7fc1c54ddfcee8912970e4b13408ade825
parent8febc271cfbc6b174ac0d480f1e15164d7421a7b
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>
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