summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-26 23:58:19 +0000
committerGerrit Code Review <review@openstack.org>2017-01-26 23:58:20 +0000
commit31258f470383d0d7299764f32d505390a588efdf (patch)
tree937f470afa29a6a9e1abcb9e97d0257b7094d7e3
parentfc976390e25fa17ce381af8e7c20ff1d0f243b41 (diff)
parent8bf891ce4cd767c562b0b1d589a7d266f97c2c4a (diff)
downloadpython-cinderclient-31258f470383d0d7299764f32d505390a588efdf.tar.gz
Merge "Update param docstring to ducument search_opts"
-rw-r--r--cinderclient/v1/volume_encryption_types.py3
-rw-r--r--cinderclient/v2/volume_encryption_types.py3
2 files changed, 4 insertions, 2 deletions
diff --git a/cinderclient/v1/volume_encryption_types.py b/cinderclient/v1/volume_encryption_types.py
index 8b22c77..654445b 100644
--- a/cinderclient/v1/volume_encryption_types.py
+++ b/cinderclient/v1/volume_encryption_types.py
@@ -40,7 +40,8 @@ class VolumeEncryptionTypeManager(base.ManagerWithFind):
"""
List all volume encryption types.
- :param volume_types: a list of volume types
+ :param search_opts: Search options to filter out volume
+ encryption types
:return: a list of :class: VolumeEncryptionType instances
"""
# Since the encryption type is a volume type extension, we cannot get
diff --git a/cinderclient/v2/volume_encryption_types.py b/cinderclient/v2/volume_encryption_types.py
index 6ed3c42..9edacf9 100644
--- a/cinderclient/v2/volume_encryption_types.py
+++ b/cinderclient/v2/volume_encryption_types.py
@@ -40,7 +40,8 @@ class VolumeEncryptionTypeManager(base.ManagerWithFind):
"""
List all volume encryption types.
- :param volume_types: a list of volume types
+ :param search_opts: Search options to filter out volume
+ encryption types
:return: a list of :class: VolumeEncryptionType instances
"""
# Since the encryption type is a volume type extension, we cannot get