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 /tools | |
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 'tools')
-rwxr-xr-x | tools/yaml-validate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/yaml-validate.py b/tools/yaml-validate.py index 682cb8df..7c7241dd 100755 --- a/tools/yaml-validate.py +++ b/tools/yaml-validate.py @@ -31,7 +31,7 @@ envs_containing_endpoint_map = ['tls-endpoints-public-dns.yaml', 'tls-endpoints-public-ip.yaml', 'tls-everywhere-endpoints-dns.yaml'] ENDPOINT_MAP_FILE = 'endpoint_map.yaml' -OPTIONAL_SECTIONS = ['service_workflow_tasks'] +OPTIONAL_SECTIONS = ['workflow_tasks'] REQUIRED_DOCKER_SECTIONS = ['service_name', 'docker_config', 'puppet_config', 'config_settings', 'step_config'] OPTIONAL_DOCKER_SECTIONS = ['docker_puppet_tasks', 'upgrade_tasks', |