Docstring of unmanage subcommand is missing
cinder unmanage is missing docstring. This patch adds description of unmanage to python-cinderclient. Closes-Bug: #1373662 Change-Id: I3ae8ee714507b82c661360e86136dab5ef461ce3
This commit is contained in:
@@ -1693,6 +1693,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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user