diff options
| author | Tang Chen <tangchen@cn.fujitsu.com> | 2015-11-21 19:49:47 +0800 |
|---|---|---|
| committer | Tang Chen <tangchen@cn.fujitsu.com> | 2015-11-26 10:19:01 +0800 |
| commit | f3c69ceeb50bad5f07cc65693aed04f1a4921345 (patch) | |
| tree | f2e9734e1cd86f2be34be94957701c90c20154d3 | |
| parent | 1f2fcb570d32480dd814a6419ca4bfe165fdd89e (diff) | |
| download | python-openstackclient-f3c69ceeb50bad5f07cc65693aed04f1a4921345.tar.gz | |
Trivial: Add missing doc for parameter in wait_for_delete().
The doc of parameter manager is missing.
Change-Id: I4e99c06ab713532d73615670ada0a61462285d76
| -rw-r--r-- | openstackclient/common/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/common/utils.py b/openstackclient/common/utils.py index 4da8e320..04c7fe5b 100644 --- a/openstackclient/common/utils.py +++ b/openstackclient/common/utils.py @@ -335,6 +335,7 @@ def wait_for_delete(manager, callback=None): """Wait for resource deletion + :param manager: the manager from which we can get the resource :param res_id: the resource id to watch :param status_field: the status attribute in the returned resource object, this is used to check for error states while the resource is being |
