]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Fix property name in orchestrator status response 37737/head
authorVolker Theile <vtheile@suse.com>
Wed, 21 Oct 2020 12:13:32 +0000 (14:13 +0200)
committerVolker Theile <vtheile@suse.com>
Thu, 29 Oct 2020 13:29:34 +0000 (14:29 +0100)
commit65a6a1759b075503fb191323cb3e62e18e136ce8
treefd740a077257628d32b9099455ae81f04ab64e9f
parent4cc179ff0824efb4380598fa68f2956ac4e8b09a
mgr/dashboard: Fix property name in orchestrator status response

The response of the 'status' endpoint of the 'orchestrator' controller contains the property 'description' instead of 'message' as this is done by other 'status' endpoints.

Fixes: https://tracker.ceph.com/issues/47926
Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/controllers/orchestrator.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/inventory-devices.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/orchestrator.interface.ts
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/orchestrator.py