Merge "Fix wrong parameter type of KeystoneCronTrustFlush*"
This commit is contained in:
commit
d8a6ed2c2c
@ -203,27 +203,27 @@ parameters:
|
||||
Cron to purge expired or soft-deleted trusts - Ensure
|
||||
default: 'present'
|
||||
KeystoneCronTrustFlushMinute:
|
||||
type: comma_delimited_list
|
||||
type: string
|
||||
description: >
|
||||
Cron to purge expired or soft-deleted trusts - Minute
|
||||
default: '1'
|
||||
KeystoneCronTrustFlushHour:
|
||||
type: comma_delimited_list
|
||||
type: string
|
||||
description: >
|
||||
Cron to purge expired or soft-deleted trusts - Hour
|
||||
default: '*'
|
||||
KeystoneCronTrustFlushMonthday:
|
||||
type: comma_delimited_list
|
||||
type: string
|
||||
description: >
|
||||
Cron to purge expired or soft-deleted trusts - Month Day
|
||||
default: '*'
|
||||
KeystoneCronTrustFlushMonth:
|
||||
type: comma_delimited_list
|
||||
type: string
|
||||
description: >
|
||||
Cron to purge expired or soft-deleted trusts - Month
|
||||
default: '*'
|
||||
KeystoneCronTrustFlushWeekday:
|
||||
type: comma_delimited_list
|
||||
type: string
|
||||
description: >
|
||||
Cron to purge expired or soft-deleted trusts - Week Day
|
||||
default: '*'
|
||||
|
Loading…
Reference in New Issue
Block a user