diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-07-05 10:08:07 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-07-05 10:08:07 +0000 |
commit | 2ccd6585ccf67cc67f15f2a1c364e7cd8dcfb01b (patch) | |
tree | f5f89f400528c57a9f61415cc13a2064b5b27248 /tools | |
parent | a93c10bb93c2c6c2f71b90b5ed114d06ff1cf5b4 (diff) | |
parent | 1847a014232afa726d01b3f75f46eec7b5444a45 (diff) |
Merge "Allow volumes in puppet_config containers spec"
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 674449f5..f9e89db2 100755 --- a/tools/yaml-validate.py +++ b/tools/yaml-validate.py @@ -38,7 +38,7 @@ OPTIONAL_DOCKER_SECTIONS = ['docker_puppet_tasks', 'upgrade_tasks', 'metadata_settings', 'kolla_config'] REQUIRED_DOCKER_PUPPET_CONFIG_SECTIONS = ['config_volume', 'step_config', 'config_image'] -OPTIONAL_DOCKER_PUPPET_CONFIG_SECTIONS = [ 'puppet_tags' ] +OPTIONAL_DOCKER_PUPPET_CONFIG_SECTIONS = [ 'puppet_tags', 'volumes' ] # Mapping of parameter names to a list of the fields we should _not_ enforce # consistency across files on. This should only contain parameters whose # definition we cannot change for backwards compatibility reasons. New |