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 /tools | |
parent | 06aa582cfd312d9381369ddd28d190145becc10b (diff) | |
parent | c7691a1e97a448848d209db3bb0ddd5fe1069669 (diff) |
Merge "Rename service_workflow_tasks into workflow_tasks" into stable/pike
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 e47c1fe9..7b9c08ca 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', |