Merge "Fix wrong parameter type of KeystoneCronTrustFlush*" into stable/wallaby

This commit is contained in:
Zuul 2023-01-18 12:36:19 +00:00 committed by Gerrit Code Review
commit b94a5f82f8
1 changed files with 5 additions and 5 deletions

View File

@ -202,27 +202,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: '*'