]> 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)
committerSebastian Wagner <sebastian.wagner@suse.com>
Tue, 23 Feb 2021 09:58:23 +0000 (10:58 +0100)
commit10aff553f9ac4efe2bfcb1fe1adb9c1a7926b314
tree57a65598e34a9b1c32e8245c7932752d38a5c849
parent2fe2d44726fded9391a087a04c938b3063efcc7f
mgr/cephadm: Module imported but unused (F401)

Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit 2e2b419dafd4738553e85a905151ba1e6ffce13d)
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