From: Jenkins Date: Fri, 21 Apr 2017 09:06:02 +0000 (+0000) Subject: Merge "Run token flush cron job hourly by default" into stable/ocata X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=8c91f77ca7b80f5d12adb6da921745792dc38a06;p=apex-tripleo-heat-templates.git Merge "Run token flush cron job hourly by default" into stable/ocata --- 8c91f77ca7b80f5d12adb6da921745792dc38a06 diff --cc puppet/services/keystone.yaml index f79f86d8,dc986075..0b9f10ca --- a/puppet/services/keystone.yaml +++ b/puppet/services/keystone.yaml @@@ -124,12 -124,12 +124,12 @@@ parameters Cron to purge expired tokens - Minute default: '1' KeystoneCronTokenFlushHour: - type: string + type: comma_delimited_list description: > Cron to purge expired tokens - Hour - default: '0' + default: '*' KeystoneCronTokenFlushMonthday: - type: string + type: comma_delimited_list description: > Cron to purge expired tokens - Month Day default: '*'