]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add RBD create functionality 20751/head
authorTatjana Dehler <tdehler@suse.com>
Tue, 27 Feb 2018 16:04:38 +0000 (17:04 +0100)
committerTatjana Dehler <tdehler@suse.com>
Wed, 14 Mar 2018 09:38:43 +0000 (10:38 +0100)
commit5056cbacbf938279f870eb9d847cae1668c3f953
treec579386206f8e3632d0f279f96f2f7f0374a703b
parent23eb14de5219fa1b02fefda1f06ce41ed9c1d62e
mgr/dashboard: Add RBD create functionality

This commit adds a basic RBD create functionality to the REST API. It enables
the POST request of the http://<host>:<port>/api/rbd API endpoint.

The commit adds also related tests.

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