Comment 6 for bug 1708584

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/ocata)

Reviewed: https://review.openstack.org/492023
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=564e3feeb9c518851afde9ed778360e4032e9213
Submitter: Jenkins
Branch: stable/ocata

commit 564e3feeb9c518851afde9ed778360e4032e9213
Author: Juan Antonio Osorio Robles <email address hidden>
Date: Fri Aug 4 08:36:42 2017 +0300

    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
    (cherry picked from commit 79aca264fff6126edd98d480c2233cbddac64432)