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:
parent
e57e2e871b
commit
d3bbadd012
@ -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: >
|
||||
|
Loading…
Reference in New Issue
Block a user