Merge "Update param docstring to ducument search_opts"

This commit is contained in:
Jenkins 2017-01-26 23:58:19 +00:00 committed by Gerrit Code Review
commit 31258f4703
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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