]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Cleanup Python code 29604/head
authorVolker Theile <vtheile@suse.com>
Mon, 12 Aug 2019 12:04:40 +0000 (14:04 +0200)
committerVolker Theile <vtheile@suse.com>
Mon, 26 Aug 2019 07:58:20 +0000 (09:58 +0200)
commit38c76db32db4e36a0303dc9321404c9eaad30ecf
treebfb1630a6e0593513f8c6bd9e09efc25065bd50a
parent732fe579b6f95da40a003c6ff431845c9b7eabba
mgr/dashboard: Cleanup Python code

Refactor some variables and method names to fulfill the Python naming convention.

Signed-off-by: Volker Theile <vtheile@suse.com>
22 files changed:
src/pybind/mgr/dashboard/controllers/__init__.py
src/pybind/mgr/dashboard/controllers/cephfs.py
src/pybind/mgr/dashboard/controllers/cluster_configuration.py
src/pybind/mgr/dashboard/controllers/docs.py
src/pybind/mgr/dashboard/controllers/logging.py
src/pybind/mgr/dashboard/controllers/nfsganesha.py
src/pybind/mgr/dashboard/controllers/rbd.py
src/pybind/mgr/dashboard/controllers/rbd_mirroring.py
src/pybind/mgr/dashboard/plugins/feature_toggles.py
src/pybind/mgr/dashboard/services/access_control.py
src/pybind/mgr/dashboard/services/auth.py
src/pybind/mgr/dashboard/services/rgw_client.py
src/pybind/mgr/dashboard/tests/__init__.py
src/pybind/mgr/dashboard/tests/test_access_control.py
src/pybind/mgr/dashboard/tests/test_exceptions.py
src/pybind/mgr/dashboard/tests/test_osd.py
src/pybind/mgr/dashboard/tests/test_prometheus.py
src/pybind/mgr/dashboard/tests/test_rbd_mirroring.py
src/pybind/mgr/dashboard/tests/test_settings.py
src/pybind/mgr/dashboard/tests/test_task.py
src/pybind/mgr/dashboard/tests/test_tools.py
src/pybind/mgr/dashboard/tools.py