Make EnablePackageInstall and Debug descriptions consistent

Change-Id: I3ea7c0c7ea049043668e68c6e637fd2aaf992622
Partial-Bug: 1700664
This commit is contained in:
Ben Nemec 2017-06-27 10:01:31 -05:00 committed by Emilien Macchi
parent db845f71dc
commit 8fb3da3c60
10 changed files with 9 additions and 5 deletions

View File

@ -21,6 +21,7 @@ parameters:
Debug:
type: string
default: ''
description: Set to True to enable debugging on all services.
resources:

View File

@ -14,7 +14,7 @@ parameters:
type: string
EnablePackageInstall:
default: 'false'
description: Set to true to enable package installation
description: Set to true to enable package installation at deploy time
type: boolean
ServiceData:
default: {}

View File

@ -37,6 +37,7 @@ parameters:
Debug:
type: string
default: ''
description: Set to True to enable debugging on all services.
CongressDebug:
default: ''
description: Set to True to enable debugging Glance service.

View File

@ -61,7 +61,7 @@ parameters:
path: /var/log/ec2api/ec2api.log
EnablePackageInstall:
default: 'false'
description: Set to true to enable package installation via Puppet
description: Set to true to enable package installation at deploy time
type: boolean
Ec2ApiPolicies:
description: |

View File

@ -67,6 +67,7 @@ parameters:
Debug:
type: string
default: ''
description: Set to True to enable debugging on all services.
KeystoneDebug:
default: ''
description: Set to True to enable debugging Keystone service.

View File

@ -34,6 +34,7 @@ parameters:
Debug:
type: string
default: ''
description: Set to True to enable debugging on all services.
MonitoringSubscriptionNeutronL3Dvr:
default: 'overcloud-neutron-l3-dvr'
type: string

View File

@ -33,6 +33,7 @@ parameters:
Debug:
type: string
default: ''
description: Set to True to enable debugging on all services.
NeutronL3AgentMode:
description: |
Agent mode for L3 agent. Must be one of legacy or dvr_snat.

View File

@ -37,6 +37,7 @@ parameters:
Debug:
type: string
default: ''
description: Set to True to enable debugging on all services.
TackerDebug:
default: ''
description: Set to True to enable debugging Tacker service.

View File

@ -32,7 +32,7 @@ parameters:
type: json
EnablePackageInstall:
default: 'false'
description: Set to true to enable package installation via Puppet
description: Set to true to enable package installation at deploy time
type: boolean
outputs:

View File

@ -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'],