diff options
author | Ben Nemec <bnemec@redhat.com> | 2017-06-27 11:07:52 -0500 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2017-08-02 16:18:25 -0500 |
commit | 4502b7cba6b86cfb041459dbcebe77219236ecaf (patch) | |
tree | 40ebdf51c2e82b8368920f60c00a6efa7d10003f /tools | |
parent | 303a5be4916ece351e4eaeeb5b4dae44a5e6f490 (diff) |
Make RoleParameters and key_name descriptions consistent
The key_name default is ignored because the parameter is used in
some mutually exclusive environments where the default doesn't
need to be the same.
Change-Id: I77c1a1159fae38d03b0e59b80ae6bee491d734d7
Partial-Bug: 1700664
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'], |