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:
@@ -40,7 +40,8 @@ class VolumeEncryptionTypeManager(base.ManagerWithFind):
|
|||||||
"""
|
"""
|
||||||
List all volume encryption types.
|
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
|
:return: a list of :class: VolumeEncryptionType instances
|
||||||
"""
|
"""
|
||||||
# Since the encryption type is a volume type extension, we cannot get
|
# Since the encryption type is a volume type extension, we cannot get
|
||||||
|
@@ -40,7 +40,8 @@ class VolumeEncryptionTypeManager(base.ManagerWithFind):
|
|||||||
"""
|
"""
|
||||||
List all volume encryption types.
|
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
|
:return: a list of :class: VolumeEncryptionType instances
|
||||||
"""
|
"""
|
||||||
# Since the encryption type is a volume type extension, we cannot get
|
# Since the encryption type is a volume type extension, we cannot get
|
||||||
|
Reference in New Issue
Block a user