Merge "Make EnablePackageInstall and Debug descriptions consistent"
This commit is contained in:
commit
617e5f1022
@ -21,6 +21,7 @@ parameters:
|
||||
Debug:
|
||||
type: string
|
||||
default: ''
|
||||
description: Set to True to enable debugging on all services.
|
||||
|
||||
resources:
|
||||
|
||||
|
@ -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: {}
|
||||
|
@ -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.
|
||||
|
@ -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: |
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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:
|
||||
|
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user