diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py index 5d96a94ba..82d6c4ffd 100644 --- a/cinderclient/v2/shell.py +++ b/cinderclient/v2/shell.py @@ -1704,6 +1704,7 @@ def do_manage(cs, args): help='Name or ID of the volume to unmanage.') @utils.service_type('volumev2') def do_unmanage(cs, args): + """Stop managing a volume.""" utils.find_volume(cs, args.volume).unmanage(args.volume)