Merge "Use number for KeystoneCronTokenFlushMaxDelay instead of string"

This commit is contained in:
Jenkins 2017-08-09 07:42:18 +00:00 committed by Gerrit Code Review
commit aca0c4fc2d
1 changed files with 2 additions and 2 deletions

View File

@ -178,10 +178,10 @@ parameters:
Cron to purge expired tokens - Week Day
default: '*'
KeystoneCronTokenFlushMaxDelay:
type: string
type: number
description: >
Cron to purge expired tokens - Max Delay
default: '0'
default: 0
KeystoneCronTokenFlushDestination:
type: string
description: >