Comment 1 for bug 1467832

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-keystone (master)

Reviewed: https://review.openstack.org/289068
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=55274a7867fa29d39c34d0e69be9a06984a4d59f
Submitter: Jenkins
Branch: master

commit 55274a7867fa29d39c34d0e69be9a06984a4d59f
Author: Billy Olsen <email address hidden>
Date: Sun Mar 6 12:19:47 2016 -0700

    Install cron job to flush keystone tokens.

    This change adds a cron job definition to flush the keystone tokens
    once every hour. Without this, the keystone database grows unbounded,
    which can be problematic in production environments.

    This change introduces a new keystone-token-flush templated cron job,
    which will run the keystone-manage token_flush command as the keystone
    user once per hour. This change honors the use-syslog setting by
    sending output of the command either to the keystone-token-flush.log
    file or to the syslog using the logger exec.

    Only the juju service leader will have the cron job active in order to
    prevent multiple units from running the token_flush at the concurrently.

    Change-Id: I21be3b23a8fe66b67fba0654ce498d62b3afc2ac
    Closes-Bug: #1467832