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