openstack-ansible/releasenotes/notes/session_engine-54753c41d355e34e.yaml
Dmitriy Rabotyagov 6c6f25f817 Bump SHAs for master
Change-Id: I7093cf9ebe9b92ed6566ba413fae50d147043f25
2020-01-12 14:02:54 +00:00

12 lines
402 B
YAML

---
upgrade:
- |
`SESSION_ENGINE` has been changed to memcached by default. So that
horizon do not require it's own database for storing session
information anymore. `horizon_galera_*` variables has no effect now.
features:
- |
Added variables `horizon_session_engine` and `horizon_session_caches`
which can be used to configure horizon session engine and a backend
for it.