Default SESSION_ENGINE is not Local memory storage

Value of SESSION_ENGINE in settings.py had been changed from "cache" to
"signed_cookies" in patch: https://review.openstack.org/#/c/6473/12.

According info in deployment.rst is out of sync, fix it.

Closes-Bug: 1568747
Change-Id: Iaa104479dcf0e094e5c6e9c63c3a518064f6fb6e
This commit is contained in:
Bo Wang 2016-03-21 19:15:51 +08:00
parent fbfc638de6
commit 3bf6e50eb6
1 changed files with 2 additions and 3 deletions

View File

@ -105,9 +105,8 @@ drawbacks:
* No shared storage across processes or workers.
* No persistence after a process terminates.
The local memory backend is enabled as the default for Horizon solely because
it has no dependencies. It is not recommended for production use, or even for
serious development work. For better options, read on.
It is not recommended for production use, or even for serious development work.
For better options, read on.
Memcached
---------