keystonemiddleware/openstack-common.conf
Jamie Lennox f27d7f776e Disable memory caching of tokens
For a long time now if you don't configure memcache then auth_token
middleware would cache the tokens in process memory.

This is not the job of auth_token middleware. If you need to cache you
should configure memcache otherwise auth_token will authenticate with
keystone for every token request.

Change-Id: Idf7d864fe8b054738d8a240bc3da377a95eb7e62
2016-01-12 05:34:39 +00:00

7 lines
141 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator
# The base module to hold the copy of openstack.common
base=keystonemiddleware