Skip to content

Commit

Permalink
Default heal_instance_info_cache_interval=-1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gibizer committed Nov 18, 2024
1 parent 3acc689 commit 5433a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/nova.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ cert={{.SSLCertificateFile}}
key={{.SSLCertificateKeyFile}}
{{end}}
{{end}}
heal_instance_info_cache_interval=-1

[oslo_concurrency]
lock_path = /var/lib/nova/tmp
Expand Down

0 comments on commit 5433a18

Please sign in to comment.