diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-13 15:46:27 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-13 15:46:27 +0000 |
commit | 837deb91b2173720dc15d5ec33d78b2192f7511d (patch) | |
tree | 65119f7302e20ad764f78360b7d89171e764f9b6 /puppet/services/keystone.yaml | |
parent | 8391468d16d9c16a91c7b569789402fdcbda6753 (diff) | |
parent | df36f221dd402a5b93585a6851fb1eb43de91967 (diff) |
Merge "Use comma_delimited_list for token flush cron time settings"
Diffstat (limited to 'puppet/services/keystone.yaml')
-rw-r--r-- | puppet/services/keystone.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/puppet/services/keystone.yaml b/puppet/services/keystone.yaml index 632d9b0b..7cf638b2 100644 --- a/puppet/services/keystone.yaml +++ b/puppet/services/keystone.yaml @@ -119,27 +119,27 @@ parameters: Cron to purge expired tokens - Ensure default: 'present' KeystoneCronTokenFlushMinute: - type: string + type: comma_delimited_list description: > Cron to purge expired tokens - Minute default: '1' KeystoneCronTokenFlushHour: - type: string + type: comma_delimited_list description: > Cron to purge expired tokens - Hour default: '0' KeystoneCronTokenFlushMonthday: - type: string + type: comma_delimited_list description: > Cron to purge expired tokens - Month Day default: '*' KeystoneCronTokenFlushMonth: - type: string + type: comma_delimited_list description: > Cron to purge expired tokens - Month default: '*' KeystoneCronTokenFlushWeekday: - type: string + type: comma_delimited_list description: > Cron to purge expired tokens - Week Day default: '*' |