aboutsummaryrefslogtreecommitdiffstats
path: root/tools/yaml-validate.py
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-11-03 02:53:24 +0000
committerGerrit Code Review <review@openstack.org>2017-11-03 02:53:24 +0000
commitb1c1a8df15b3271df9b2674ce83c4e322856ffeb (patch)
tree2abd323547b394022d057b6e1dbaeafa71c88de3 /tools/yaml-validate.py
parent7bfae61023d34043d8fe9523f88febac6e7597be (diff)
parentf0bd09dc2807d1d1edcfd9a3d87c6ba8c70e2267 (diff)
Merge "Update CephPools format in the docker templates to fit ceph-ansible" into stable/pike
Diffstat (limited to 'tools/yaml-validate.py')
-rwxr-xr-xtools/yaml-validate.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/yaml-validate.py b/tools/yaml-validate.py
index c3229621..76f856db 100755
--- a/tools/yaml-validate.py
+++ b/tools/yaml-validate.py
@@ -46,7 +46,10 @@ OPTIONAL_DOCKER_PUPPET_CONFIG_SECTIONS = [ 'puppet_tags', 'volumes' ]
# consistency across files on. This should only contain parameters whose
# definition we cannot change for backwards compatibility reasons. New
# parameters to the templates should not be added to this list.
-PARAMETER_DEFINITION_EXCLUSIONS = {'ManagementNetCidr': ['default'],
+PARAMETER_DEFINITION_EXCLUSIONS = {'CephPools': ['description',
+ 'type',
+ 'default'],
+ 'ManagementNetCidr': ['default'],
'ManagementAllocationPools': ['default'],
'ExternalNetCidr': ['default'],
'ExternalAllocationPools': ['default'],