Merge "Fix newton compat mode for deployed server."
This commit is contained in:
commit
b8044a36b6
@ -4,6 +4,9 @@ parameters:
|
||||
network:
|
||||
type: string
|
||||
default: ctlplane
|
||||
fixed_ips:
|
||||
default: []
|
||||
type: json
|
||||
name:
|
||||
type: string
|
||||
replacement_policy:
|
||||
|
@ -129,7 +129,8 @@ PARAMETER_DEFINITION_EXCLUSIONS = {'CephPools': ['description',
|
||||
'NovaComputeExtraConfig': ['description'],
|
||||
'controllerExtraConfig': ['description'],
|
||||
'DockerSwiftConfigImage': ['default'],
|
||||
'input_values': ['default']
|
||||
'input_values': ['default'],
|
||||
'fixed_ips': ['default', 'type']
|
||||
}
|
||||
|
||||
PREFERRED_CAMEL_CASE = {
|
||||
|
Loading…
Reference in New Issue
Block a user