From 3ec0c523c4c35ca66ff117dfcd608be956eb5c4d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alfonso=20Mart=C3=ADnez?= Date: Fri, 29 Jan 2021 17:53:57 +0100 Subject: [PATCH] nautilus mgr/dashboard: fix 'ceph dashboard iscsi-gateway-add' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: https://tracker.ceph.com/issues/49062 Signed-off-by: Alfonso Martínez --- src/pybind/mgr/dashboard/services/iscsi_cli.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/services/iscsi_cli.py b/src/pybind/mgr/dashboard/services/iscsi_cli.py index 900c79af43d0e..f962de5923d3d 100644 --- a/src/pybind/mgr/dashboard/services/iscsi_cli.py +++ b/src/pybind/mgr/dashboard/services/iscsi_cli.py @@ -18,8 +18,7 @@ def list_iscsi_gateways(_): @CLIWriteCommand('dashboard iscsi-gateway-add', - None, - 'Add iSCSI gateway configuration. Gateway URL read from -i ') + desc='Add iSCSI gateway configuration. Gateway URL read from -i ') @CLICheckNonemptyFileInput def add_iscsi_gateway(_, inbuf): service_url = inbuf -- 2.39.5