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:
parent
fbfc638de6
commit
3bf6e50eb6
@ -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
|
||||
---------
|
||||
|
Loading…
x
Reference in New Issue
Block a user