Merge "Cleanup unused parameters from nova templates"
This commit is contained in:
@@ -50,10 +50,6 @@ parameters:
|
|||||||
EnableInternalTLS:
|
EnableInternalTLS:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
NovaDbSyncTimeout:
|
|
||||||
default: 300
|
|
||||||
description: Timeout for Nova db sync
|
|
||||||
type: number
|
|
||||||
NovaPassword:
|
NovaPassword:
|
||||||
description: The password for the nova service and db account
|
description: The password for the nova service and db account
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
@@ -55,10 +55,6 @@ parameters:
|
|||||||
description: >
|
description: >
|
||||||
Endpoint interface to be used for the placement API.
|
Endpoint interface to be used for the placement API.
|
||||||
default: 'internal'
|
default: 'internal'
|
||||||
ExtractedPlacementEnabled:
|
|
||||||
type: boolean
|
|
||||||
description: Set to True when deploying the extracted Placement service.
|
|
||||||
default: False
|
|
||||||
NovaOVSBridge:
|
NovaOVSBridge:
|
||||||
default: 'br-int'
|
default: 'br-int'
|
||||||
description: Name of integration bridge used by Open vSwitch
|
description: Name of integration bridge used by Open vSwitch
|
||||||
|
|||||||
@@ -176,12 +176,6 @@ parameters:
|
|||||||
tags:
|
tags:
|
||||||
- role_specific
|
- role_specific
|
||||||
|
|
||||||
ContainerCli:
|
|
||||||
type: string
|
|
||||||
default: 'podman'
|
|
||||||
description: CLI tool used to manage containers.
|
|
||||||
constraints:
|
|
||||||
- allowed_values: ['docker', 'podman']
|
|
||||||
NovaComputeLibvirtType:
|
NovaComputeLibvirtType:
|
||||||
type: string
|
type: string
|
||||||
default: kvm
|
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