diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-11-25 04:31:45 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-11-25 04:31:45 +0000 |
| commit | c0676fe17f10310041964fa1008fe966f5efbe91 (patch) | |
| tree | 07e2f8eb8f64307e7c654154b7f4e916a7b531a1 /openstackclient | |
| parent | 9e14c0a7ce9ca5e1afc364a37312c82815e8f0e8 (diff) | |
| parent | f3c69ceeb50bad5f07cc65693aed04f1a4921345 (diff) | |
| download | python-openstackclient-c0676fe17f10310041964fa1008fe966f5efbe91.tar.gz | |
Merge "Trivial: Add missing doc for parameter in wait_for_delete()."
Diffstat (limited to 'openstackclient')
| -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 |
