From e3c61af8ca09c06cafb3bcedbbcd7a2361a7a825 Mon Sep 17 00:00:00 2001 From: wangqun Date: Tue, 20 Oct 2015 06:43:37 +0000 Subject: [PATCH] Add the introduce of the command "magnum help ca-show" Currently, when executing "magnum help ca-show", there is only the use of the commmand and isn't the introduce about the command. This patch add the introduce of "magnum help ca-show" Change-Id: I70bcf1ce015c4ee825062ff5bd15f2a21795c0a4 Closes-Bug: #1507874 --- magnumclient/v1/shell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/magnumclient/v1/shell.py b/magnumclient/v1/shell.py index 76e7adce..aca86005 100644 --- a/magnumclient/v1/shell.py +++ b/magnumclient/v1/shell.py @@ -277,6 +277,7 @@ def do_baymodel_list(cs, args): metavar='', help='ID or name of the bay.') def do_ca_show(cs, args): + """Show details about the CA certificate for a bay.""" bay = cs.bays.get(args.bay) if bay.status not in ['CREATE_COMPLETE', 'UPDATE_COMPLETE']: print('Bay status for %s is: %s. We can not create a %s there'