From 480e35a92b862e9e7bdb94336b202c503cb654b9 Mon Sep 17 00:00:00 2001 From: akrzos Date: Wed, 7 Dec 2016 12:37:54 -0500 Subject: Keystone token flush cron job should log to a file Keystone UUID tokens require the token_flush job to delete expired tokens to prevent the disk from filling. When the job runs, it should be allowed to log to the disk so that the job can be traced if required. Change-Id: I62e36e0968902564b97093a45df15e963ad08242 Closes-Bug: #1648174 --- puppet/services/keystone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/services/keystone.yaml') diff --git a/puppet/services/keystone.yaml b/puppet/services/keystone.yaml index e48d7037..a80080c5 100644 --- a/puppet/services/keystone.yaml +++ b/puppet/services/keystone.yaml @@ -185,7 +185,7 @@ outputs: keystone::cron::token_flush::maxdelay: 3600 keystone::roles::admin::service_tenant: 'service' keystone::roles::admin::admin_tenant: 'admin' - keystone::cron::token_flush::destination: '/dev/null' + keystone::cron::token_flush::destination: '/var/log/keystone/keystone-tokenflush.log' keystone::config::keystone_config: ec2/driver: value: 'keystone.contrib.ec2.backends.sql.Ec2' -- cgit 1.2.3-korg