Update db_cleanup state for pike

Prod-Related: PROD-35962

Signed-off-by: Oleksii Molchanov <omolchanov@mirantis.com>
Change-Id: I1429d2196544a59667cbe0d4b687f422d618b1c8
diff --git a/cinder/db/db_cleanup.sls b/cinder/db/db_cleanup.sls
index cc0fae7..f223b8c 100644
--- a/cinder/db/db_cleanup.sls
+++ b/cinder/db/db_cleanup.sls
@@ -4,6 +4,8 @@
 
 {%- if controller.db_purge.days is defined %}
 {%-   set cmd_args = controller.db_purge.days|string %}
+{%- elif controller.version == 'pike' %}
+{%-   set cmd_args = '1' %}
 {%- else %}
 {%-   set cmd_args = '0' %}
 {%- endif %}