From a1379a3cb375256f185441446002347d16c489e3 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 25 Mar 2022 08:28:24 +0900 Subject: [PATCH] nova-compute: Remove unused parameters/condition The use_tls_for_live_migration condition and the parameters used to determine it are not used in the nova-compute template. These are currently used in nova-libvirt templates. Change-Id: If8af4250bef597afd2a4afcde2f2cab2188b503d --- deployment/nova/nova-compute-container-puppet.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/deployment/nova/nova-compute-container-puppet.yaml b/deployment/nova/nova-compute-container-puppet.yaml index 21a88579e9..828fd2544d 100644 --- a/deployment/nova/nova-compute-container-puppet.yaml +++ b/deployment/nova/nova-compute-container-puppet.yaml @@ -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: