]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: pass str as the 2nd param of set_store()
authorKefu Chai <kchai@redhat.com>
Sun, 17 Jan 2021 08:09:36 +0000 (16:09 +0800)
committerSebastian Wagner <sebastian.wagner@suse.com>
Fri, 29 Jan 2021 12:42:38 +0000 (13:42 +0100)
commitad1c9d26dbf92cdf85ebf00567d822ac519d9fb1
tree725598451c4c4d9e07f67345c834ee376f74c3e3
parent19e27514d6263d8d80e3c3209c07d5cf5354dc62
mgr/dashboard: pass str as the 2nd param of set_store()

MgrModule.set_store() only accepts str or None as its second
parameter.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 2d20390b17649beae72a0be1eb6da286ed9788ae)
src/pybind/mgr/dashboard/module.py