Enable cinder cache options
Set default TTL for memcache item expiration:
expiration_time = 600
backend_argument = memcached_expire_time:660
Includes oslo_templates/files/~ controller.version ~/oslo/_cache.conf
settings in the [cache] section of cinder.conf
Change-Id: Iff612c45178c64bdf8a6acd489e9f0c99c829ba2
Related-Prod: PROD-26960
diff --git a/cinder/files/queens/cinder.conf.volume.Debian b/cinder/files/queens/cinder.conf.volume.Debian
index 6989cce..3c60abc 100644
--- a/cinder/files/queens/cinder.conf.volume.Debian
+++ b/cinder/files/queens/cinder.conf.volume.Debian
@@ -3341,3 +3341,9 @@
{%- set _data = volume.reports %}
{%- include "oslo_templates/files/queens/oslo/_reports.conf" %}
{%- endif %}
+
+[cache]
+{%- if volume.cache is defined %}
+{%- set _data = volume.cache %}
+{%- include "oslo_templates/files/queens/oslo/_cache.conf" %}
+{%- endif %}