summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorColleen Murphy <colleen.murphy@suse.com>2017-07-28 08:39:19 +0200
committerColleen Murphy <colleen.murphy@suse.com>2017-07-28 08:41:52 +0200
commit51ca52823f9ac8d4e4342f680b538a8528b5f683 (patch)
tree6a0d06ebda118e46277ea3bab03acde9d5bc9bc1 /doc
parent73b908fb15008e133f603a28cb6df4e7d8e088f7 (diff)
downloadkeystonemiddleware-51ca52823f9ac8d4e4342f680b538a8528b5f683.tar.gz
Remove notice about system time
Keystone used to require that the memcached and keystone servers both use UTC, but this was fixed[1]. Keeping the notice in the keystonemiddleware documentation is confusing. This patch removes the note. [1] https://bugs.launchpad.net/keystone/+bug/1221087 Change-Id: Iae2dc43ea3f0270246acd3184b7bb0c5778dcc7c
Diffstat (limited to 'doc')
-rw-r--r--doc/source/middlewarearchitecture.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/source/middlewarearchitecture.rst b/doc/source/middlewarearchitecture.rst
index bf85661..a3ee08c 100644
--- a/doc/source/middlewarearchitecture.rst
+++ b/doc/source/middlewarearchitecture.rst
@@ -230,15 +230,6 @@ the requirements.txt file.
.. _`python-memcached`: https://pypi.python.org/pypi/python-memcached
.. _`pycrypto`: https://pypi.python.org/pypi/pycrypto
-Memcached and System Time
-=========================
-
-When using `memcached`_ with ``auth_token`` middleware, ensure that the system
-time of memcached hosts is set to UTC. Memcached uses the host's system
-time in determining whether a key has expired, whereas Keystone sets
-key expiry in UTC. The timezone used by Keystone and memcached must
-match if key expiry is to behave as expected.
-
Memcache Protection
===================