aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/keystone.yaml
diff options
context:
space:
mode:
authorakrzos <akrzos@redhat.com>2016-12-07 12:37:54 -0500
committerakrzos <akrzos@redhat.com>2016-12-07 12:46:10 -0500
commit480e35a92b862e9e7bdb94336b202c503cb654b9 (patch)
treedafdba5017009bc209d64ecbaea20e0506ec5dcf /puppet/services/keystone.yaml
parent9fac0b99b599e39a956d0b41e402b382adb903f1 (diff)
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
Diffstat (limited to 'puppet/services/keystone.yaml')
-rw-r--r--puppet/services/keystone.yaml2
1 files changed, 1 insertions, 1 deletions
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'