Skip to content

Commit fb1b6e4

Browse files
authored
Merge pull request #1705 from rackerlabs/PUC-1515-20260226-1428
fix(horizon): Don't use cache_db for sessions due to db deadlocks
2 parents 5c9757d + 55f2843 commit fb1b6e4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

components/horizon/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ conf:
1313
session_cookie_httponly: "True"
1414
allowed_hosts:
1515
- '*'
16-
session_engine: 'django.contrib.sessions.backends.cached_db'
1716
openstack_cinder_features:
18-
enable_backup: false
17+
enable_backup: "False"
1918
local_settings_d:
2019
# Set default options when creating a server from the
2120
# horizon UI for a more friendly and efficient user experience.

0 commit comments

Comments
 (0)