diff options
| author | Zuul <zuul@review.openstack.org> | 2018-07-27 02:16:21 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-07-27 02:16:21 +0000 |
| commit | e76c4958ea779a44f2d0351616c94b627aebe0fe (patch) | |
| tree | 5d58d1128fff81a48be589fe744591c96f6c702f /cinderclient/v2 | |
| parent | 32251f0ea3863098b4d4d54364c8ee18ff170a44 (diff) | |
| parent | fee0b58ef8bfb701a1df0426d7e7536e34f91599 (diff) | |
| download | python-cinderclient-4.0.0.tar.gz | |
Merge "Reflect multiattach deprecation in help text"4.0.0
Diffstat (limited to 'cinderclient/v2')
| -rw-r--r-- | cinderclient/v2/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py index 88c79d4..d9d05dd 100644 --- a/cinderclient/v2/shell.py +++ b/cinderclient/v2/shell.py @@ -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): |
