Merge "docker: Add metadata_settings to optional parameters for yaml validate"

This commit is contained in:
Jenkins 2017-03-17 14:26:43 +00:00 committed by Gerrit Code Review
commit 40573e9c9a
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ ENDPOINT_MAP_FILE = 'endpoint_map.yaml'
REQUIRED_DOCKER_SECTIONS = ['service_name', 'docker_config', 'kolla_config',
'puppet_config', 'config_settings', 'step_config']
OPTIONAL_DOCKER_SECTIONS = ['docker_puppet_tasks', 'upgrade_tasks',
'service_config_settings', 'host_prep_tasks']
'service_config_settings', 'host_prep_tasks',
'metadata_settings']
DOCKER_PUPPET_CONFIG_SECTIONS = ['config_volume', 'puppet_tags', 'step_config',
'config_image']