puppet-keystone/spec
Juan Antonio Osorio Robles c1bda5f81e Change keystone token flush to run hourly
In a recent commit [1] the keystone token flush cron job was changed to
run twice a day. However, this change was not enough for big
deployments.

After getting some customer feedback and looking at what other projects
are doing [2] [3] [4]. It seems that running this job hourly is the way
to go.

[1] Ia0b0fb422318712f4b0f4d023cbb3a61d40bb85d
[2] https://www.ibm.com/support/knowledgecenter/en/SSB27U_6.4.0/com.ibm.zvm.v640.hcpo4/exptoken.htm
[3] https://review.openstack.org/#/c/88670/8
[4] https://github.com/openstack/charm-keystone/blob/master/templates/keystone-token-flush

Conflicts:
	manifests/cron/token_flush.pp
	spec/acceptance/keystone_federation_identity_provider_spec.rb
	spec/acceptance/keystone_federation_shibboleth_spec.rb
	spec/acceptance/keystone_wsgi_apache_spec.rb
	spec/classes/keystone_cron_token_flush_spec.rb

(cherry picked from commit f694b5551f)
Change-Id: I6ec7ec8111bd93e5638cfe96189e36f0e0691d65
Related-Bug: #1649616
(cherry picked from commit 90ffc7f600)
2017-07-11 13:03:38 +00:00
..
acceptance Change keystone token flush to run hourly 2017-07-11 13:03:38 +00:00
classes Change keystone token flush to run hourly 2017-07-11 13:03:38 +00:00
defines Install python memcache package 2017-01-11 16:05:28 +00:00
unit Use domain_id when testing keystone_user password 2017-01-07 00:31:50 +00:00
shared_examples.rb Fix default domain. 2015-11-20 11:50:24 +01:00
shared_examples_acceptance.rb Add keystone domain specific configuration. 2016-01-05 19:42:15 +00:00
spec.opts saving my work (not even the initial commit) 2012-01-02 15:39:23 -08:00
spec_helper.rb Remove user/role prefetch to support multi-domain. 2016-04-14 11:37:43 +02:00
spec_helper_acceptance.rb Remove matcher definition. 2016-03-16 17:04:57 +01:00