Merge "Fix DRAC passthru 'list_unfinished_jobs' desc"

This commit is contained in:
Jenkins 2016-09-22 10:41:57 +00:00 committed by Gerrit Code Review
commit e041e238be

View File

@ -114,9 +114,10 @@ class DracVendorPassthru(base.VendorInterface):
drac_bios.abandon_config(task)
@base.passthru(['GET'], async=False,
description=('List unfinished config jobs of the node. '
'Required argument: a TaskManager instance '
'containing the node to act on.'))
description=('Returns a dictionary containing the key '
'"unfinished_jobs"; its value is a list of '
'dictionaries. Each dictionary represents '
'an unfinished config Job object.'))
def list_unfinished_jobs(self, task, **kwargs):
"""List unfinished config jobs of the node.