]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: Module imported but unused (F401)
authorMichael Fritch <mfritch@suse.com>
Wed, 3 Feb 2021 14:06:06 +0000 (07:06 -0700)
committerMichael Fritch <mfritch@suse.com>
Fri, 5 Feb 2021 18:20:58 +0000 (11:20 -0700)
commit2e2b419dafd4738553e85a905151ba1e6ffce13d
tree9b3b604985cf702e1ddbfebc496275df59bc3feb
parent6658c53d6f651373f0d9c2559b3524815604d30a
mgr/cephadm: Module imported but unused (F401)

Signed-off-by: Michael Fritch <mfritch@suse.com>
25 files changed:
src/pybind/mgr/cephadm/__init__.py
src/pybind/mgr/cephadm/migrations.py
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/schedule.py
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/services/cephadmservice.py
src/pybind/mgr/cephadm/services/ha_rgw.py
src/pybind/mgr/cephadm/services/iscsi.py
src/pybind/mgr/cephadm/services/nfs.py
src/pybind/mgr/cephadm/services/osd.py
src/pybind/mgr/cephadm/template.py
src/pybind/mgr/cephadm/tests/conftest.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/fixtures.py
src/pybind/mgr/cephadm/tests/test_cephadm.py
src/pybind/mgr/cephadm/tests/test_completion.py
src/pybind/mgr/cephadm/tests/test_migration.py
src/pybind/mgr/cephadm/tests/test_osd_removal.py
src/pybind/mgr/cephadm/tests/test_services.py
src/pybind/mgr/cephadm/tests/test_spec.py
src/pybind/mgr/cephadm/tests/test_template.py
src/pybind/mgr/cephadm/tests/test_upgrade.py
src/pybind/mgr/cephadm/upgrade.py
src/pybind/mgr/orchestrator/__init__.py
src/pybind/mgr/orchestrator/module.py
src/pybind/mgr/tox.ini