Merge "Docstring of unmanage subcommand is missing"

This commit is contained in:
Jenkins
2014-10-01 15:24:48 +00:00
committed by Gerrit Code Review

View File

@@ -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)