Merge "removed int requirement for volume_id on snaps"

This commit is contained in:
Jenkins 2012-05-09 20:21:40 +00:00 committed by Gerrit Code Review
commit 66522fdc9c
1 changed files with 0 additions and 1 deletions

View File

@ -958,7 +958,6 @@ def do_volume_snapshot_show(cs, args):
@utils.arg('volume_id',
metavar='<volume_id>',
type=int,
help='ID of the volume to snapshot')
@utils.arg('--force',
metavar='<True|False>',