From: Juan Antonio Osorio Robles Date: Fri, 4 Aug 2017 05:36:42 +0000 (+0300) Subject: Use number for KeystoneCronTokenFlushMaxDelay instead of string X-Git-Tag: opnfv-6.0.0~288^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=79aca264fff6126edd98d480c2233cbddac64432;p=apex-tripleo-heat-templates.git Use number for KeystoneCronTokenFlushMaxDelay instead of string Using a string results in an erroneous check in puppet-keystone, which sets up a zero where it shouldn't. So we change it to number to avoid that. Note that there will also be a puppet-keystone fix for this. Changing the value here assures that deployers only give valid values to this parameter. Change-Id: I00823e23358df91ce54f421c12636f05d4196e15 Closes-Bug: #1708584 --- diff --git a/puppet/services/keystone.yaml b/puppet/services/keystone.yaml index 8796209b..218ba740 100644 --- a/puppet/services/keystone.yaml +++ b/puppet/services/keystone.yaml @@ -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: >