Cleanup unused parameters from nova templates
This patch removes the parameters in nova templates, which has had no effect recently. This also removes the unused ContainerCli in parameter definitions. Change-Id: I173e5ae5a377d633dddce185dff11ea7e2f3bada
This commit is contained in:
parent
55c16307ca
commit
a2324ccac8
@ -50,10 +50,6 @@ parameters:
|
||||
EnableInternalTLS:
|
||||
type: boolean
|
||||
default: false
|
||||
NovaDbSyncTimeout:
|
||||
default: 300
|
||||
description: Timeout for Nova db sync
|
||||
type: number
|
||||
NovaPassword:
|
||||
description: The password for the nova service and db account
|
||||
type: string
|
||||
|
@ -55,10 +55,6 @@ parameters:
|
||||
description: >
|
||||
Endpoint interface to be used for the placement API.
|
||||
default: 'internal'
|
||||
ExtractedPlacementEnabled:
|
||||
type: boolean
|
||||
description: Set to True when deploying the extracted Placement service.
|
||||
default: False
|
||||
NovaOVSBridge:
|
||||
default: 'br-int'
|
||||
description: Name of integration bridge used by Open vSwitch
|
||||
|
@ -176,12 +176,6 @@ parameters:
|
||||
tags:
|
||||
- role_specific
|
||||
|
||||
ContainerCli:
|
||||
type: string
|
||||
default: 'podman'
|
||||
description: CLI tool used to manage containers.
|
||||
constraints:
|
||||
- allowed_values: ['docker', 'podman']
|
||||
NovaComputeLibvirtType:
|
||||
type: string
|
||||
default: kvm
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The following parameters have been removed since they have had no effect.
|
||||
|
||||
- ``NovaDbSyncTimeout``
|
||||
- ``ExtractedPlacementEnabled``
|
Loading…
x
Reference in New Issue
Block a user