Dashboard登陸成功後 RuntimeError: Unable to create a new session key.

openstack按照官網docs部署horizon後,使用admin帳號密碼登陸,但網頁提示未知錯誤。django

查看/var/log/httpd/error_log緩存

提示這個:RuntimeError: Unable to create a new session key. It is likely that the cache is unavailable.session

緩存有問題,在外國網站找到解決方案:memcached

將 /etc/openstack-dashboard/local_settings 裏的網站

SESSION_ENGINE = 'django.contrib.sessions.backends.cache'部署

改爲io

SESSION_ENGINE = 'django.contrib.sessions.backends.file'登錄

重啓httpd和memcachedfile

成功進入Dashboard密碼

相關文章
相關標籤/搜索