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:
Juan Antonio Osorio Robles 2017-04-12 14:30:27 +03:00
parent ae6883323e
commit df36f221dd

View File

@ -119,27 +119,27 @@ parameters:
Cron to purge expired tokens - Ensure Cron to purge expired tokens - Ensure
default: 'present' default: 'present'
KeystoneCronTokenFlushMinute: KeystoneCronTokenFlushMinute:
type: string type: comma_delimited_list
description: > description: >
Cron to purge expired tokens - Minute Cron to purge expired tokens - Minute
default: '1' default: '1'
KeystoneCronTokenFlushHour: KeystoneCronTokenFlushHour:
type: string type: comma_delimited_list
description: > description: >
Cron to purge expired tokens - Hour Cron to purge expired tokens - Hour
default: '0' default: '0'
KeystoneCronTokenFlushMonthday: KeystoneCronTokenFlushMonthday:
type: string type: comma_delimited_list
description: > description: >
Cron to purge expired tokens - Month Day Cron to purge expired tokens - Month Day
default: '*' default: '*'
KeystoneCronTokenFlushMonth: KeystoneCronTokenFlushMonth:
type: string type: comma_delimited_list
description: > description: >
Cron to purge expired tokens - Month Cron to purge expired tokens - Month
default: '*' default: '*'
KeystoneCronTokenFlushWeekday: KeystoneCronTokenFlushWeekday:
type: string type: comma_delimited_list
description: > description: >
Cron to purge expired tokens - Week Day Cron to purge expired tokens - Week Day
default: '*' default: '*'