Merge "Reflect multiattach deprecation in help text"

This commit is contained in:
Zuul 2018-07-27 02:16:21 +00:00 committed by Gerrit Code Review
commit e76c4958ea
2 changed files with 2 additions and 2 deletions

View File

@ -294,7 +294,7 @@ class CheckSizeArgForCreate(argparse.Action):
@utils.arg('--allow-multiattach',
dest='multiattach',
action="store_true",
help=('Allow volume to be attached more than once.'
help=('Allow volume to be attached more than once. (DEPRECATED)'
' Default=False'),
default=False)
def do_create(cs, args):

View File

@ -564,7 +564,7 @@ def do_reset_state(cs, args):
@utils.arg('--allow-multiattach',
dest='multiattach',
action="store_true",
help=('Allow volume to be attached more than once.'
help=('Allow volume to be attached more than once. (DEPRECATED)'
' Default=False'),
default=False)
@utils.arg('--poll',