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/manifests/overcloud_controller_pacemaker.pp | |
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/manifests/overcloud_controller_pacemaker.pp')
-rw-r--r-- | puppet/manifests/overcloud_controller_pacemaker.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/manifests/overcloud_controller_pacemaker.pp b/puppet/manifests/overcloud_controller_pacemaker.pp index 480ac550..8e2075fa 100644 --- a/puppet/manifests/overcloud_controller_pacemaker.pp +++ b/puppet/manifests/overcloud_controller_pacemaker.pp @@ -866,6 +866,8 @@ if hiera('step') >= 3 { } #END STEP 3 if hiera('step') >= 4 { + include ::keystone::cron::token_flush + if $pacemaker_master { # Keystone |