Merge "Run token flush cron job hourly by default" into stable/ocata
authorJenkins <jenkins@review.openstack.org>
Fri, 21 Apr 2017 09:06:02 +0000 (09:06 +0000)
committerGerrit Code Review <review@openstack.org>
Fri, 21 Apr 2017 09:06:02 +0000 (09:06 +0000)
1  2 
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: '*'