Merge "nova-compute: Remove unused parameters/condition"

This commit is contained in:
Zuul 2022-06-29 06:11:42 +00:00 committed by Gerrit Code Review
commit 92d7061e91
1 changed files with 0 additions and 13 deletions

View File

@ -791,15 +791,6 @@ parameters:
default: {}
tags:
- role_specific
EnableInternalTLS:
type: boolean
default: false
UseTLSTransportForLiveMigration:
type: boolean
default: true
description: If set to true and if EnableInternalTLS is enabled, it will
set the libvirt URI's transport to tls and configure the
relevant keys for libvirt.
NovaInstanceUsageAudit:
type: boolean
default: false
@ -867,10 +858,6 @@ conditions:
and:
- not: {equals: [{get_param: NovaComputeStartupDelay}, 0]}
- not: {get_param: EnableInstanceHA}
use_tls_for_live_migration:
and:
- {get_param: EnableInternalTLS}
- {get_param: UseTLSTransportForLiveMigration}
libvirt_file_backed_memory_enabled:
not:
or: