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