From afcbb14dde4822328da6677efe962e9856e2cfe2 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Wed, 30 Oct 2024 18:02:14 +0100 Subject: [PATCH] Default heal_instance_info_cache_interval=-1 The supported networking backends expected to work without the periodic healing of the cache in nova. So turning the periodic healing off can be done to gain performance. Resolves: OSPRH-10744 --- templates/nova.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/nova.conf b/templates/nova.conf index 85b747d5c..94995ede2 100644 --- a/templates/nova.conf +++ b/templates/nova.conf @@ -50,6 +50,7 @@ cert={{.SSLCertificateFile}} key={{.SSLCertificateKeyFile}} {{end}} {{end}} +heal_instance_info_cache_interval=-1 [oslo_concurrency] lock_path = /var/lib/nova/tmp