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
(cherry picked from commit d3bbadd012)
(cherry picked from commit f90134d886)
This commit is contained in:
Alan Bishop 2018-04-06 09:27:11 -04:00
parent 8f2737545c
commit a36a7dd8ee
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ parameters:
type: string
description: >
Cron to move deleted instances to another table - Age
default: '0'
default: '30'
CinderCronDbPurgeDestination:
type: string
description: >