Merge "Use comma_delimited_list for token flush cron time settings"

This commit is contained in:
Jenkins 2017-04-13 15:46:27 +00:00 committed by Gerrit Code Review
commit 837deb91b2
1 changed files with 5 additions and 5 deletions

View File

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