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
This commit is contained in:
parent
303a5be491
commit
4502b7cba6
@ -35,7 +35,7 @@ parameters:
|
||||
description: Role name on which the service is applied
|
||||
type: string
|
||||
RoleParameters:
|
||||
description: Role Specific parameters to be provided to service
|
||||
description: Parameters specific to the role
|
||||
default: {}
|
||||
type: json
|
||||
|
||||
|
@ -9,6 +9,7 @@ parameters:
|
||||
key_name:
|
||||
type: string
|
||||
default: unused
|
||||
description: Name of keypair to assign to servers
|
||||
security_groups:
|
||||
type: json
|
||||
default: []
|
||||
|
@ -34,7 +34,7 @@ parameters:
|
||||
type: string
|
||||
RoleParameters:
|
||||
type: json
|
||||
description: Role Specific parameters
|
||||
description: Parameters specific to the role
|
||||
default: {}
|
||||
ServiceNames:
|
||||
type: comma_delimited_list
|
||||
|
@ -38,7 +38,7 @@ parameters:
|
||||
type: string
|
||||
RoleParameters:
|
||||
type: json
|
||||
description: Role Specific parameters
|
||||
description: Parameters specific to the role
|
||||
default: {}
|
||||
ServiceNames:
|
||||
type: comma_delimited_list
|
||||
|
@ -9,7 +9,7 @@ parameters:
|
||||
type: string
|
||||
RoleParameters:
|
||||
type: json
|
||||
description: Role Specific parameters
|
||||
description: Parameters specific to the role
|
||||
default: {}
|
||||
ServiceNames:
|
||||
type: comma_delimited_list
|
||||
|
@ -141,7 +141,7 @@ parameters:
|
||||
parameter is generated from the parent template.
|
||||
RoleParameters:
|
||||
type: json
|
||||
description: Role Specific Parameters
|
||||
description: Parameters specific to the role
|
||||
default: {}
|
||||
DeploymentSwiftDataMap:
|
||||
type: json
|
||||
|
@ -147,7 +147,7 @@ parameters:
|
||||
parameter is generated from the parent template.
|
||||
RoleParameters:
|
||||
type: json
|
||||
description: Role Specific Parameters
|
||||
description: Parameters specific to the role
|
||||
default: {}
|
||||
DeploymentSwiftDataMap:
|
||||
type: json
|
||||
|
@ -159,7 +159,7 @@ parameters:
|
||||
parameter is generated from the parent template.
|
||||
RoleParameters:
|
||||
type: json
|
||||
description: Role Specific Parameters
|
||||
description: Parameters specific to the role
|
||||
default: {}
|
||||
DeploymentSwiftDataMap:
|
||||
type: json
|
||||
|
@ -173,7 +173,7 @@ parameters:
|
||||
parameter is generated from the parent template.
|
||||
RoleParameters:
|
||||
type: json
|
||||
description: Role Specific Parameters
|
||||
description: Parameters specific to the role
|
||||
default: {}
|
||||
DeploymentSwiftDataMap:
|
||||
type: json
|
||||
|
@ -141,7 +141,7 @@ parameters:
|
||||
parameter is generated from the parent template.
|
||||
RoleParameters:
|
||||
type: json
|
||||
description: Role Specific Parameters
|
||||
description: Parameters specific to the role
|
||||
default: {}
|
||||
DeploymentSwiftDataMap:
|
||||
type: json
|
||||
|
@ -180,7 +180,7 @@ parameters:
|
||||
parameter is generated from the parent template.
|
||||
RoleParameters:
|
||||
type: json
|
||||
description: Role Specific Parameters
|
||||
description: Parameters specific to the role
|
||||
default: {}
|
||||
DeploymentSwiftDataMap:
|
||||
type: json
|
||||
|
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user