Skip to content

Commit ccc0383

Browse files
committed
volume: Fix help text of 'volume transfer create'
Closes-Bug: #2161879 Change-Id: I9c66d35499f82fdaa2bbfe366751055507e80160 Signed-off-by: Thomas Sell <thomas.sell@bih-charite.de>
1 parent 9726a4d commit ccc0383

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

openstackclient/volume/v3/volume_transfer_request.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def get_parser(self, prog_name: str) -> argparse.ArgumentParser:
8787
action='store_true',
8888
dest='snapshots',
8989
help=_(
90-
'Allow transfer volumes without snapshots (default) '
90+
'Also transfer volume snapshots (default) '
9191
'(supported by --os-volume-api-version 3.55 or later)'
9292
),
9393
default=None,
@@ -97,7 +97,7 @@ def get_parser(self, prog_name: str) -> argparse.ArgumentParser:
9797
action='store_false',
9898
dest='snapshots',
9999
help=_(
100-
'Disallow transfer volumes without snapshots '
100+
'Do not transfer volume snapshots '
101101
'(supported by --os-volume-api-version 3.55 or later)'
102102
),
103103
)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fix misleading help text of ``volume transfer request create --snapshots``
5+
and ``--no-snapshots``.
6+
[Bug `2161879 <https://launchpad.net/bugs/2161879>`_]

0 commit comments

Comments
 (0)