]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: convert RBD features to a list of strings 21024/head
authorTatjana Dehler <tdehler@suse.com>
Fri, 23 Mar 2018 11:23:43 +0000 (12:23 +0100)
committerTatjana Dehler <tdehler@suse.com>
Mon, 26 Mar 2018 07:41:56 +0000 (09:41 +0200)
commit33e15ecd39de7b627fa20b9862fe075a9410a1aa
tree75662a942abd94f2a4b954e3bc50206879ecc508
parent235f2119010484c12c5bd29421aeef7d44df38a1
mgr/dashboard: convert RBD features to a list of strings

Until now the API returns the features provided by an RBD as one comma
separated string. It's more usable for the frontend to receive a list
of strings instead.

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
qa/tasks/mgr/dashboard/test_rbd.py
src/pybind/mgr/dashboard/controllers/rbd.py