Merge "Fix wrong description about cinder db purge"
This commit is contained in:
commit
110405217c
@ -60,47 +60,47 @@ parameters:
|
||||
CinderCronDbPurgeMinute:
|
||||
type: string
|
||||
description: >
|
||||
Cron to move deleted instances to another table - Minute
|
||||
Cron to purge db entries marked as deleted and older than $age - Minute
|
||||
default: '1'
|
||||
CinderCronDbPurgeHour:
|
||||
type: string
|
||||
description: >
|
||||
Cron to move deleted instances to another table - Hour
|
||||
Cron to purge db entries marked as deleted and older than $age - Hour
|
||||
default: '0'
|
||||
CinderCronDbPurgeMonthday:
|
||||
type: string
|
||||
description: >
|
||||
Cron to move deleted instances to another table - Month Day
|
||||
Cron to purge db entries marked as deleted and older than $age - Month Day
|
||||
default: '*'
|
||||
CinderCronDbPurgeMonth:
|
||||
type: string
|
||||
description: >
|
||||
Cron to move deleted instances to another table - Month
|
||||
Cron to purge db entries marked as deleted and older than $age - Month
|
||||
default: '*'
|
||||
CinderCronDbPurgeWeekday:
|
||||
type: string
|
||||
description: >
|
||||
Cron to move deleted instances to another table - Week Day
|
||||
Cron to purge db entries marked as deleted and older than $age - Week Day
|
||||
default: '*'
|
||||
CinderCronDbPurgeUser:
|
||||
type: string
|
||||
description: >
|
||||
Cron to move deleted instances to another table - User
|
||||
Cron to purge db entries marked as deleted and older than $age - User
|
||||
default: 'cinder'
|
||||
CinderCronDbPurgeAge:
|
||||
type: string
|
||||
description: >
|
||||
Cron to move deleted instances to another table - Age
|
||||
Cron to purge db entries marked as deleted and older than $age - Age
|
||||
default: '30'
|
||||
CinderCronDbPurgeDestination:
|
||||
type: string
|
||||
description: >
|
||||
Cron to move deleted instances to another table - Log destination
|
||||
Cron to purge db entries marked as deleted and older than $age - Log destination
|
||||
default: '/var/log/cinder/cinder-rowsflush.log'
|
||||
CinderCronDbPurgeMaxDelay:
|
||||
type: string
|
||||
description: >
|
||||
Cron to move deleted instances to another table - Max Delay
|
||||
Cron to purge db entries marked as deleted and older than $age - Max Delay
|
||||
default: '3600'
|
||||
NovaPassword:
|
||||
type: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user