diff --git a/magnumclient/v1/shell.py b/magnumclient/v1/shell.py index aca86005..8ca3079e 100644 --- a/magnumclient/v1/shell.py +++ b/magnumclient/v1/shell.py @@ -301,6 +301,7 @@ def do_ca_show(cs, args): metavar='', help='ID or name of the bay.') def do_ca_sign(cs, args): + """Generate 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'