Merge "Cleanup unused parameters from nova templates"
This commit is contained in:
@@ -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``
|
||||
Reference in New Issue
Block a user