Update param docstring to ducument search_opts

Param that needs docstring is not volume_types, but search_opts,
update the param docstring to document the search_opts.

Change-Id: Idef956d6e616988d9dacee227781a85bb60d6ded
This commit is contained in:
maxinjian 2016-12-07 04:41:35 -05:00
parent 837a74dd26
commit 8bf891ce4c
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