aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-05 10:08:07 +0000
committerGerrit Code Review <review@openstack.org>2017-07-05 10:08:07 +0000
commit2ccd6585ccf67cc67f15f2a1c364e7cd8dcfb01b (patch)
treef5f89f400528c57a9f61415cc13a2064b5b27248
parenta93c10bb93c2c6c2f71b90b5ed114d06ff1cf5b4 (diff)
parent1847a014232afa726d01b3f75f46eec7b5444a45 (diff)
Merge "Allow volumes in puppet_config containers spec"
-rwxr-xr-xtools/yaml-validate.py2
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