Skip to content

Commit c0676fe

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Trivial: Add missing doc for parameter in wait_for_delete()."
2 parents 9e14c0a + f3c69ce commit c0676fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openstackclient/common/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ def wait_for_delete(manager,
335335
callback=None):
336336
"""Wait for resource deletion
337337
338+
:param manager: the manager from which we can get the resource
338339
:param res_id: the resource id to watch
339340
:param status_field: the status attribute in the returned resource object,
340341
this is used to check for error states while the resource is being

0 commit comments

Comments
 (0)