Use comma_delimited_list for token flush cron time settings
This allows us to better configure these parametes, e.g. we could set the cron job to run more times per day, and not just one. Change-Id: I0a151808804809c0742bcfa8ac876e22f5ce5570 Closes-Bug: #1682097
This commit is contained in:
parent
ae6883323e
commit
df36f221dd
@ -119,27 +119,27 @@ parameters:
|
||||
Cron to purge expired tokens - Ensure
|
||||
default: 'present'
|
||||
KeystoneCronTokenFlushMinute:
|
||||
type: string
|
||||
type: comma_delimited_list
|
||||
description: >
|
||||
Cron to purge expired tokens - Minute
|
||||
default: '1'
|
||||
KeystoneCronTokenFlushHour:
|
||||
type: string
|
||||
type: comma_delimited_list
|
||||
description: >
|
||||
Cron to purge expired tokens - Hour
|
||||
default: '0'
|
||||
KeystoneCronTokenFlushMonthday:
|
||||
type: string
|
||||
type: comma_delimited_list
|
||||
description: >
|
||||
Cron to purge expired tokens - Month Day
|
||||
default: '*'
|
||||
KeystoneCronTokenFlushMonth:
|
||||
type: string
|
||||
type: comma_delimited_list
|
||||
description: >
|
||||
Cron to purge expired tokens - Month
|
||||
default: '*'
|
||||
KeystoneCronTokenFlushWeekday:
|
||||
type: string
|
||||
type: comma_delimited_list
|
||||
description: >
|
||||
Cron to purge expired tokens - Week Day
|
||||
default: '*'
|
||||
|
Loading…
Reference in New Issue
Block a user