]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: OPTIONS -> MODULE_OPTIONS
authorSage Weil <sage@redhat.com>
Mon, 3 Dec 2018 20:22:18 +0000 (14:22 -0600)
committerSage Weil <sage@redhat.com>
Mon, 10 Dec 2018 18:11:44 +0000 (12:11 -0600)
commit641d9e42ba14b3a27f9738abcda97a0f62764de2
tree78bf9f5ac52d935e0163d1770330214b3d357e9e
parent1ceef08d07e6808dae5fc5f1e8c2fd8bd7e6b550
pybind/mgr: OPTIONS -> MODULE_OPTIONS

We want to distinguish between module options (mgr/$module/name)
and compiled-in ceph options (common/options.cc).

Signed-off-by: Sage Weil <sage@redhat.com>
19 files changed:
src/mgr/PyModule.cc
src/mgr/PyModule.h
src/pybind/mgr/balancer/module.py
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/deepsea/module.py
src/pybind/mgr/devicehealth/module.py
src/pybind/mgr/diskprediction_cloud/module.py
src/pybind/mgr/diskprediction_local/module.py
src/pybind/mgr/influx/module.py
src/pybind/mgr/localpool/module.py
src/pybind/mgr/mgr_module.py
src/pybind/mgr/orchestrator_cli/module.py
src/pybind/mgr/prometheus/module.py
src/pybind/mgr/restful/module.py
src/pybind/mgr/rook/module.py
src/pybind/mgr/selftest/module.py
src/pybind/mgr/telegraf/module.py
src/pybind/mgr/telemetry/module.py
src/pybind/mgr/zabbix/module.py