From 8fb3da3c6016341d1f7158b9841db63de9b86fdf Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 27 Jun 2017 10:01:31 -0500 Subject: Make EnablePackageInstall and Debug descriptions consistent Change-Id: I3ea7c0c7ea049043668e68c6e637fd2aaf992622 Partial-Bug: 1700664 --- tools/yaml-validate.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/yaml-validate.py') diff --git a/tools/yaml-validate.py b/tools/yaml-validate.py index c9c7aff9..d6d5194f 100755 --- a/tools/yaml-validate.py +++ b/tools/yaml-validate.py @@ -85,7 +85,6 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'ManagementNetCidr': ['default'], 'FixedIPs': ['description'], 'ExternalIpSubnet': ['description'], 'NeutronBridgeMappings': ['description'], - 'EnablePackageInstall': ['description'], 'ExtraConfig': ['description'], 'InternalApiIpSubnet': ['description'], 'DefaultPasswords': ['description', @@ -94,7 +93,6 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'ManagementNetCidr': ['default'], 'default', 'constraints'], 'KeyName': ['constraints'], - 'Debug': ['description'], 'TenantNetName': ['description'], 'StorageIpSubnet': ['description'], 'OVNSouthboundServerPort': ['description'], -- cgit 1.2.3-korg