]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add separate option to config SSL port 26914/head
authorVolker Theile <vtheile@suse.com>
Tue, 12 Mar 2019 13:12:55 +0000 (14:12 +0100)
committerVolker Theile <vtheile@suse.com>
Wed, 13 Mar 2019 12:50:14 +0000 (13:50 +0100)
commit86f47f6bfda6c2d45c97801a522a200225abc3d4
treee496e483ef145dcd0781f9105dbafc0dee840032
parent4b3db559e7ef8e831637cde88f67349018b23d4a
mgr/dashboard: Add separate option to config SSL port

There is a need to introduce this new config option because the MgrModule::get_module_option() and MgrModule::get_localized_module_option() method will be refactored soon and will not support the default parameter anymore. Instead the default value must be configured in the MODULE_OPTIONS. Currently we misuse the server_port depending on if SSL is enabled or not.

Fixes: https://tracker.ceph.com/issues/38331
Signed-off-by: Volker Theile <vtheile@suse.com>
doc/mgr/dashboard.rst
qa/tasks/mgr/dashboard/helper.py
qa/tasks/mgr/test_dashboard.py
qa/tasks/mgr/test_module_selftest.py
src/pybind/mgr/dashboard/module.py