diff --git a/deployment/nova/nova-compute-container-puppet.yaml b/deployment/nova/nova-compute-container-puppet.yaml index dc52f2e82d..225bbb27ef 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: