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
This commit is contained in:
Alan Bishop 2018-04-06 09:27:11 -04:00
parent e57e2e871b
commit d3bbadd012

View File

@ -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: >