From d3bbadd012b33f937c1cc8155c13553f28614187 Mon Sep 17 00:00:00 2001
From: Alan Bishop <abishop@redhat.com>
Date: Fri, 6 Apr 2018 09:27:11 -0400
Subject: [PATCH] Fix Cinder's default db purge cron settings

Change the CinderCronDbPurgeAge default value to 30 so that it matches
the default value in puppet-cinder.

Closes-Bug: #1761749
Change-Id: I00e1b257067bb4bff955f65ca8256092470a5cdc
---
 puppet/services/cinder-base.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/puppet/services/cinder-base.yaml b/puppet/services/cinder-base.yaml
index 6cc991a836..16d943cfff 100644
--- a/puppet/services/cinder-base.yaml
+++ b/puppet/services/cinder-base.yaml
@@ -96,7 +96,7 @@ parameters:
     type: string
     description: >
         Cron to move deleted instances to another table - Age
-    default: '0'
+    default: '30'
   CinderCronDbPurgeDestination:
     type: string
     description: >