diff options
author | Jiri Stransky <jistr@redhat.com> | 2015-07-22 14:23:30 +0200 |
---|---|---|
committer | Jiri Stransky <jistr@redhat.com> | 2015-07-24 18:00:35 +0200 |
commit | fad5d6da2e0ef01c457ac745c80898dea4810d86 (patch) | |
tree | ffa22a10601d028e06283b93952bfd585b0fa5b6 /puppet/hieradata | |
parent | 0efe4c7ebee20db5f232f590c6ebc3d40e546c20 (diff) |
Keystone token flushing
Set up a cron job to flush keystone tokens periodically. The job runs
once a day near midnight per puppet-keystone defaults, and we pass
maxdelay 3600 which means each controller will wait a random delay of up
to 1 hour before running the task.
Change-Id: I351f0273c61106c182aa3945b7ad1ce8f5c7d12b
Diffstat (limited to 'puppet/hieradata')
-rw-r--r-- | puppet/hieradata/controller.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml index 3cc64971..38505ff8 100644 --- a/puppet/hieradata/controller.yaml +++ b/puppet/hieradata/controller.yaml @@ -40,6 +40,9 @@ swift::proxy::authtoken::admin_tenant_name: 'service' ceilometer::api::keystone_tenant: 'service' heat::keystone_tenant: 'service' +# keystone +keystone::cron::token_flush::maxdelay: 3600 + #swift swift::proxy::pipeline: - 'catch_errors' |