summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-03-29 15:49:24 +0000
committerGerrit Code Review <review@openstack.org>2018-03-29 15:49:24 +0000
commit180d012ca728112e518e53230612fe22a722e4b9 (patch)
tree9e85e906c8c7469e7b23503d72f2a013cea2b8e6 /doc/source/cli/command-objects
parent67edb39b4c475a176bed80a3314456323da6cb6d (diff)
parent4b9973b779e666ec0b8efc3ee1654831dc63e05b (diff)
downloadpython-openstackclient-180d012ca728112e518e53230612fe22a722e4b9.tar.gz
Merge "Update help text for encryption provider"
Diffstat (limited to 'doc/source/cli/command-objects')
-rw-r--r--doc/source/cli/command-objects/volume-type.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/cli/command-objects/volume-type.rst b/doc/source/cli/command-objects/volume-type.rst
index afa293d7..2b5aff99 100644
--- a/doc/source/cli/command-objects/volume-type.rst
+++ b/doc/source/cli/command-objects/volume-type.rst
@@ -62,8 +62,8 @@ Create new volume type
.. option:: --encryption-provider <provider>
- Set the class that provides encryption support for this volume type
- (e.g "LuksEncryptor") (admin only)
+ 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: :option:`--encryption-cipher`,
@@ -197,8 +197,8 @@ Set volume type properties
.. option:: --encryption-provider <provider>
- Set the class that provides encryption support for this volume type
- (e.g "LuksEncryptor") (admin only)
+ 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: :option:`--encryption-cipher`,