diff options
author | Giulio Fidente <gfidente@redhat.com> | 2017-09-12 22:29:13 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2017-09-14 17:18:20 +0200 |
commit | c7691a1e97a448848d209db3bb0ddd5fe1069669 (patch) | |
tree | f5540a805a3600d5ed68fcf4479c3297523cd2eb /puppet/services | |
parent | bcbe6bbd02843e60045d2a168dc84f6e8c0ed496 (diff) |
Rename service_workflow_tasks into workflow_tasks
Using the service_ prefix seems incoherent with its use in
service_config_settings (vs config_settings).
Change-Id: Ia39f181415bee0071409dabddfa0c5c312915e1f
(cherry picked from commit 09137304b98a02ed024c0288da907cfe35ca5fe1)
Diffstat (limited to 'puppet/services')
-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 |