Fix doc mistake

The wait arg in create_stack have
a mistake in doc description

Change-Id: I402a4586e5edee50fb3bfbc9b14429d9c1fd14bc
Signed-off-by: Valentin Boucher <valentin.boucher@kontron.com>
This commit is contained in:
Valentin Boucher 2018-07-19 11:58:20 -04:00
parent d32f20c740
commit ebf7f58763
1 changed files with 1 additions and 1 deletions

View File

@ -1005,7 +1005,7 @@ class OpenStackCloud(
:param string template_object: URL to retrieve template object.
:param dict files: dict of additional file content to include.
:param boolean rollback: Enable rollback on create failure.
:param boolean wait: Whether to wait for the delete to finish.
:param boolean wait: Whether to wait for the create to finish.
:param int timeout: Stack create timeout in seconds. None will use
the server default.
:param list environment_files: Paths to environment files to apply.