Merge "Fix wrong parameter type of KeystoneCronTrustFlush*"

This commit is contained in:
Zuul 2022-09-09 12:01:38 +00:00 committed by Gerrit Code Review
commit d8a6ed2c2c

View File

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