Merge "Use comma_delimited_list for token flush cron time settings" into stable/ocata

This commit is contained in:
Jenkins 2017-04-20 21:30:10 +00:00 committed by Gerrit Code Review
commit 33e53fd877
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: '*'