summaryrefslogtreecommitdiff
path: root/openstackclient/volume
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/volume')
-rw-r--r--openstackclient/volume/v1/volume_type.py8
-rw-r--r--openstackclient/volume/v2/volume_type.py8
2 files changed, 8 insertions, 8 deletions
diff --git a/openstackclient/volume/v1/volume_type.py b/openstackclient/volume/v1/volume_type.py
index f9baa5be..b4d8eaca 100644
--- a/openstackclient/volume/v1/volume_type.py
+++ b/openstackclient/volume/v1/volume_type.py
@@ -70,8 +70,8 @@ class CreateVolumeType(command.ShowOne):
parser.add_argument(
'--encryption-provider',
metavar='<provider>',
- help=_('Set the class that provides encryption support for '
- 'this volume type (e.g "LuksEncryptor") (admin only) '
+ help=_('Set the encryption provider format for '
+ 'this volume type (e.g "luks" or "plain") (admin only) '
'(This option is required when setting encryption type '
'of a volume. Consider using other encryption options '
'such as: "--encryption-cipher", "--encryption-key-size" '
@@ -254,8 +254,8 @@ class SetVolumeType(command.Command):
parser.add_argument(
'--encryption-provider',
metavar='<provider>',
- help=_('Set the class that provides encryption support for '
- 'this volume type (e.g "LuksEncryptor") (admin only) '
+ help=_('Set the encryption provider format for '
+ 'this volume type (e.g "luks" or "plain") (admin only) '
'(This option is required when setting encryption type '
'of a volume. Consider using other encryption options '
'such as: "--encryption-cipher", "--encryption-key-size" '
diff --git a/openstackclient/volume/v2/volume_type.py b/openstackclient/volume/v2/volume_type.py
index 64c4d652..71e94a2b 100644
--- a/openstackclient/volume/v2/volume_type.py
+++ b/openstackclient/volume/v2/volume_type.py
@@ -112,8 +112,8 @@ class CreateVolumeType(command.ShowOne):
parser.add_argument(
'--encryption-provider',
metavar='<provider>',
- help=_('Set the class that provides encryption support for '
- 'this volume type (e.g "LuksEncryptor") (admin only) '
+ help=_('Set the encryption provider format for '
+ 'this volume type (e.g "luks" or "plain") (admin only) '
'(This option is required when setting encryption type '
'of a volume. Consider using other encryption options '
'such as: "--encryption-cipher", "--encryption-key-size" '
@@ -371,8 +371,8 @@ class SetVolumeType(command.Command):
parser.add_argument(
'--encryption-provider',
metavar='<provider>',
- help=_('Set the class that provides encryption support for '
- 'this volume type (e.g "LuksEncryptor") (admin only) '
+ help=_('Set the encryption provider format for '
+ 'this volume type (e.g "luks" or "plain") (admin only) '
'(This option is required when setting encryption type '
'of a volume for the first time. Consider using other '
'encryption options such as: "--encryption-cipher", '