diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-03 01:40:17 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-03 01:40:17 +0000 |
commit | 8ef458559e9b847c2a732ee8e398c95e4c3b0beb (patch) | |
tree | c92a0f5a48ae6b2d7d58f91542e25a1cf6bbfd9f /tools | |
parent | fd002f479a05840bd3acb15aa76bff2c666cc94c (diff) | |
parent | 4502b7cba6b86cfb041459dbcebe77219236ecaf (diff) |
Merge "Make RoleParameters and key_name descriptions consistent"
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/yaml-validate.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/yaml-validate.py b/tools/yaml-validate.py index 3a2691d8..ccaa5bde 100755 --- a/tools/yaml-validate.py +++ b/tools/yaml-validate.py @@ -58,6 +58,7 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'ManagementNetCidr': ['default'], 'TenantAllocationPools': ['default'], 'InternalApiNetCidr': ['default'], 'UpdateIdentifier': ['description'], + 'key_name': ['default'], # TODO(bnemec): Address these existing # inconsistencies. 'NeutronMetadataProxySharedSecret': [ @@ -111,7 +112,6 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'ManagementNetCidr': ['default'], 'StorageNetName': ['description'], 'ManagementNetName': ['description'], 'NeutronPublicInterface': ['description'], - 'RoleParameters': ['description'], 'ManagementInterfaceDefaultRoute': ['default'], 'image': ['description', 'default'], @@ -126,7 +126,6 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'ManagementNetCidr': ['default'], 'replacement_policy': ['default'], 'StorageMgmtIpSubnet': ['description'], 'CloudDomain': ['description', 'default'], - 'key_name': ['default', 'description'], 'EnableLoadBalancer': ['description'], 'ControllerExtraConfig': ['description'], 'NovaComputeExtraConfig': ['description'], |