Trivial: Add missing doc for parameter in wait_for_delete().

The doc of parameter manager is missing.

Change-Id: I4e99c06ab713532d73615670ada0a61462285d76
This commit is contained in:
Tang Chen 2015-11-21 19:49:47 +08:00
parent 1f2fcb570d
commit f3c69ceeb5

@ -335,6 +335,7 @@ def wait_for_delete(manager,
callback=None): callback=None):
"""Wait for resource deletion """Wait for resource deletion
:param manager: the manager from which we can get the resource
:param res_id: the resource id to watch :param res_id: the resource id to watch
:param status_field: the status attribute in the returned resource object, :param status_field: the status attribute in the returned resource object,
this is used to check for error states while the resource is being this is used to check for error states while the resource is being