]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: outsource creation of self-signed certificates
authorPatrick Seidensal <pseidensal@suse.com>
Tue, 25 Feb 2020 11:42:33 +0000 (12:42 +0100)
committerPatrick Seidensal <pseidensal@suse.com>
Wed, 26 Feb 2020 14:48:57 +0000 (15:48 +0100)
commit792af9f743654b0b9c78d89c893b418227e8c18e
tree067025854a464a2a4870c4ad601eecbe01419fc0
parentaea2cfddfb68e55d9213e74276ce09b8e1e44784
mgr: outsource creation of self-signed certificates

Remove duplicated code from mgr/cephadm and mgr/dashboard and move it to
`mgr_util.py`.

Fixes: https://tracker.ceph.com/issues/44306
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/mgr_util.py