Merge "Reflect multiattach deprecation in help text"
This commit is contained in:
@@ -294,7 +294,7 @@ class CheckSizeArgForCreate(argparse.Action):
|
|||||||
@utils.arg('--allow-multiattach',
|
@utils.arg('--allow-multiattach',
|
||||||
dest='multiattach',
|
dest='multiattach',
|
||||||
action="store_true",
|
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'),
|
||||||
default=False)
|
default=False)
|
||||||
def do_create(cs, args):
|
def do_create(cs, args):
|
||||||
|
@@ -564,7 +564,7 @@ def do_reset_state(cs, args):
|
|||||||
@utils.arg('--allow-multiattach',
|
@utils.arg('--allow-multiattach',
|
||||||
dest='multiattach',
|
dest='multiattach',
|
||||||
action="store_true",
|
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'),
|
||||||
default=False)
|
default=False)
|
||||||
@utils.arg('--poll',
|
@utils.arg('--poll',
|
||||||
|
Reference in New Issue
Block a user