Merge "Cleanup unused parameters from nova templates"

This commit is contained in:
Zuul
2020-11-03 09:19:06 +00:00
committed by Gerrit Code Review
4 changed files with 7 additions and 14 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,7 @@
---
upgrade:
- |
The following parameters have been removed since they have had no effect.
- ``NovaDbSyncTimeout``
- ``ExtractedPlacementEnabled``