diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-09-25 14:44:28 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-09-25 14:44:28 +0000 |
commit | c5a3fe490f1d37abdad28357cd8332fd5a1fe519 (patch) | |
tree | 783e0b9aad40d17d078bd6c28da6de50ffdaa194 /puppet/services/README.rst | |
parent | 06aa582cfd312d9381369ddd28d190145becc10b (diff) | |
parent | c7691a1e97a448848d209db3bb0ddd5fe1069669 (diff) |
Merge "Rename service_workflow_tasks into workflow_tasks" into stable/pike
Diffstat (limited to 'puppet/services/README.rst')
-rw-r--r-- | puppet/services/README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/services/README.rst b/puppet/services/README.rst index a593d55e..38e2a280 100644 --- a/puppet/services/README.rst +++ b/puppet/services/README.rst @@ -99,12 +99,12 @@ It is also possible to use Mistral actions or workflows together with a deployment step, these are executed before the main configuration run. To describe actions or workflows from within a service use: - * service_workflow_tasks: One or more workflow task properties + * workflow_tasks: One or more workflow task properties which expects a map where the key is the step and the value a list of dictionaries descrbing each a workflow task, for example:: - service_workflow_tasks: + workflow_tasks: step2: - name: echo action: std.echo output=Hello |