From 4d6365b6a9a9bda4375b84ad3661e43e5de9abf8 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Thu, 30 Jul 2020 13:57:26 +0530 Subject: [PATCH] mgr/orchestrator: Update service_action() docstring Signed-off-by: Varsha Rao --- src/pybind/mgr/orchestrator/_interface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/orchestrator/_interface.py b/src/pybind/mgr/orchestrator/_interface.py index 39e10777d99f2..e2b1c62a6602f 100644 --- a/src/pybind/mgr/orchestrator/_interface.py +++ b/src/pybind/mgr/orchestrator/_interface.py @@ -956,8 +956,8 @@ class Orchestrator(object): providing the logical service). :param action: one of "start", "stop", "restart", "redeploy", "reconfig" - :param service_type: e.g. "mds", "rgw", ... - :param service_name: name of logical service ("cephfs", "us-east", ...) + :param service_name: service_type + '.' + service_id + (e.g. "mon", "mgr", "mds.mycephfs", "rgw.realm.zone", ...) :rtype: Completion """ #assert action in ["start", "stop", "reload, "restart", "redeploy"] -- 2.39.5