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 /docker/services/ceph-ansible/ceph-client.yaml | |
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 'docker/services/ceph-ansible/ceph-client.yaml')
-rw-r--r-- | docker/services/ceph-ansible/ceph-client.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/services/ceph-ansible/ceph-client.yaml b/docker/services/ceph-ansible/ceph-client.yaml index 55d8d9da..0b782941 100644 --- a/docker/services/ceph-ansible/ceph-client.yaml +++ b/docker/services/ceph-ansible/ceph-client.yaml @@ -54,5 +54,5 @@ outputs: config_volume: '' step_config: '' docker_config: {} - service_workflow_tasks: {get_attr: [CephBase, role_data, service_workflow_tasks]} + workflow_tasks: {get_attr: [CephBase, role_data, workflow_tasks]} config_settings: {} |