Skip to content

Commit

Permalink
Set dogpile.cache.pymemcache as memcached backend
Browse files Browse the repository at this point in the history
Use the same backend as keystone, heat and neutron
  • Loading branch information
stuggi committed Apr 29, 2024
1 parent d19faee commit d5a95b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/nova.conf
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ enabled = False
enabled = True
{{if (index . "MemcachedServers")}}
# on contoler we prefer to use memcache when its deployed
backend = oslo_cache.memcache_pool
backend = dogpile.cache.pymemcache
memcache_servers={{ .MemcachedServers }}
tls_enabled={{ .MemcachedTLS }}
{{else}}
Expand Down

0 comments on commit d5a95b2

Please sign in to comment.